Melons
12-21-2003, 09:37 AM
Quick question,
is it possible to have a line break in a js random array file?
For instance, in the following code, a1 might be randomly selected and bring back hello mum on a single line, but I want the hello and the mum on separate lines...is it possible?
var a1 = new Array(23)
a1[0]="hello Mum"
etc
etc
Cheers,
Mel
is it possible to have a line break in a js random array file?
For instance, in the following code, a1 might be randomly selected and bring back hello mum on a single line, but I want the hello and the mum on separate lines...is it possible?
var a1 = new Array(23)
a1[0]="hello Mum"
etc
etc
Cheers,
Mel