Hi there.
This is a simple one I think but I couldn't find anything in my HTML or JavaScript reference books.
How do I write JavaScript programming code over more than one line. That is, how do I break it up?
With Visual FoxPro, for example, I would use +; like follows:
COPY FIELDS NAME, AGE, ADDRESS, GROUP, INCOME, +;
OCCUPATION, STATUS TO TEMPORARY_TABLE
How do I do likewise with a long JavaScript line of code?
Thanks.
Russell.
This is a simple one I think but I couldn't find anything in my HTML or JavaScript reference books.
How do I write JavaScript programming code over more than one line. That is, how do I break it up?
With Visual FoxPro, for example, I would use +; like follows:
COPY FIELDS NAME, AGE, ADDRESS, GROUP, INCOME, +;
OCCUPATION, STATUS TO TEMPORARY_TABLE
How do I do likewise with a long JavaScript line of code?
Thanks.
Russell.
Comment