Hi all!
I'm passing an ASP string to javascript to create an array:
arrRptNum = new Array( <% = strRptNum %> );
My problem is that my string is about 4000 characters long and when the page generates it comes up with an "unterminated string constant" error because its not wrapping...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.