can't seem to get rid of this nasty:
Microsoft VBScript compilation error '800a0414'
Cannot use parentheses when calling a Sub
line 263:
Any suggestions? need more info?
Microsoft VBScript compilation error '800a0414'
Cannot use parentheses when calling a Sub
line 263:
Code:
Response.Write( Replace(objRS("FirstName")), ",", "") ) & " " & ( Replace(objRS("LastName")), ",", "") ) ' Name
Any suggestions? need more info?