Topic awaiting preservation: toString problem.... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 06-02-2003 04:09
hi, people. How are you today? code: <html> |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 06-02-2003 06:05
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: NZ |
posted 06-02-2003 07:23
Many thanks for your reply. quote:
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-02-2003 07:29
document.write only takes one argument: a single string. If you need to concatenate multiple strings, use plus (+), not commas (,). |
Paranoid (IV) Inmate From: NZ |
posted 06-02-2003 08:04
Thank you very much,Slime. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 06-02-2003 08:52
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: everywhere |
posted 06-02-2003 10:06
And you're missing a ' " ' after your first ' ( ' . |
Paranoid (IV) Inmate From: NZ |
posted 06-03-2003 00:33
Hi, guys. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-03-2003 01:58
InI: yes, I remember that there is a function in JavaScript which takes a base as its argument and produces a string representation of a given number in that base, and I do believe it was the toString method. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 06-03-2003 09:06
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: Cold Sweden |
posted 06-04-2003 11:49 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-04-2003 17:14
Ah. |