Microsoft VBScript compilation error '800a03ee'
Microsoft VBScript compilation error '800a03ee'
Expected ')'
/test/projectlist/tree/tree_example.asp, line 130
response.write( tree_StartBranch 0,tFALSE, strPRName ,"" & strPMName )
---------------------------------^
Im getting the above error. Im tring to output the contents of the function tree_StartBranch it's mixed with strings and a number value parameters (this is where it's pointing to). Is there away of making ASP think that it's a string yet still be able to output the contents of the function.
The function works fine without the response.write, but i need it to work with the response.write so i can output it to a table, and i have tried without and it doesnt work to how i need it.
Essesntially, i need asp to think it's a string but it's really not.
Thanks!
|