Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi,
> Error says 'InStr' is an illegal assignment
This is correct because InStr is the name of the VBScript's function and it is not possible to assign the value to the function in VBScript.
Try to change the name to, say, sInStr.
> Error says 'InStr' is an illegal assignment
This is correct because InStr is the name of the VBScript's function and it is not possible to assign the value to the function in VBScript.
Try to change the name to, say, sInStr.