LEFT ERROR
Whenever i try to create a file on the server i get the following error message. I have checked the server and anonymous access is on and integrated windows security
Invalid procedure call or argument: 'left'
the line of code is
l_strSoundFile = left(l_strSoundFile,instr(l_strSoundFile,".")-1)
|