ASC function Error
Hi,
I hope you guys can help us. We have a routine that uses an ASC function call. The Routine using this produces 'invalid procedure call' error on certain unknown characters e.g.
cLetter = Mid(strText, L, 1)
cLetterASC = Asc(cLetter) <Error raised here
debugging the cLetter variable we see the value as Nothing, null or Empty (Its not though!).
I suspect that the character is not ASC compatible. Does anyone know how to disregard Non ASC characters?
Jon
|