Forum Moderators: open

Message Too Old, No Replies

string continuation

         

olokiop

10:22 pm on Feb 1, 2005 (gmt 0)

10+ Year Member



Is there an equivalent to the period from php in javascript?
ex.
to combine elsements for a string in php you use;
$variable . "test" . sumExpression . "moretext"
that would give you...
VARtestSUMmoretext
in a string.

Don't know what it is in javascript. =(

Bernard Marx

11:18 pm on Feb 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



+

olokiop

1:27 am on Feb 2, 2005 (gmt 0)

10+ Year Member



ty!