[thelist] Frustrated - why does this code produce error at load?

Brian Delaney brian.delaney at mccmh.net
Tue Apr 5 13:59:43 CDT 2005


thanks for that, but now the error has moved to the line when I populate 
the array - this line:

    response.write "agencynamearray[" & intCount & "] = " & strName & 
";" & chr(13)

same error -  expected ';'

thanks



Brian Cummiskey wrote:

> Brian Delaney wrote:
>
>> I get the error:
>>
>> expected ' ;'  - when the page loads, the debugger puts it at line:
>> var agencynamearray() = new Array;
>
>
>
> ya got 'em backwards.
>
> var agencynamearray = new Array();
>

*
*
*
This message, including any attachments, is intended solely for the use of the named recipient(s) and may contain confidential and/or priveleged information.  Any unauthorized review, use, disclosure or distribution of this communication(s) is expressly prohibited.  If you are not the intended recipient, please contact the sender by reply e-mail and destroy any and all copies of the original message.


More information about the thelist mailing list