This content has been marked as final.
Show 2 replies
-
Re: Whitespace problem - findOneOf
Ruben Marin Jan 27, 2017 2:13 PM (in response to s Walter)Hi, that space is the ascii code 160, you can use:
FindOneOf('text ',':&%$ $(=Chr(160))!"§/' And Ord('CopyCharacterHere') to retrieve the ascii code of a character
-
Re: Whitespace problem - findOneOf
s Walter Jan 27, 2017 2:19 PM (in response to Ruben Marin )Thanks a lot!
Regards,
Sam
-