BaanTech
4th March 2003, 19:35
Is there a function for checking for a specific character
in a string.
Normally I just use a loop using i and step via (i;1) per
character until I find what I need. Ultimately (i) gives the
value where the character exists.
I use this simple code over and over to get what I need
and it works well for verifying layouts via flat files where
inconsistencies may exist (using traces on known fixed
characters), but one of our developers is asking if there is another way.
Thanks.
BaaTech
in a string.
Normally I just use a loop using i and step via (i;1) per
character until I find what I need. Ultimately (i) gives the
value where the character exists.
I use this simple code over and over to get what I need
and it works well for verifying layouts via flat files where
inconsistencies may exist (using traces on known fixed
characters), but one of our developers is asking if there is another way.
Thanks.
BaaTech