redrockgrp
Programmer
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 properly.
Any help, suggestions, advice is greatly appreciated!
Tracy tlp@consultant.com
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 properly.
Any help, suggestions, advice is greatly appreciated!
Tracy tlp@consultant.com