Apr 13, 2000 #1 beccck Programmer Apr 13, 2000 3 FR I have a string variable called strField for example and I'd like to kow if strField contains a point (eg: Table.Field1)<br>Thanks
I have a string variable called strField for example and I'd like to kow if strField contains a point (eg: Table.Field1)<br>Thanks
Apr 13, 2000 #2 NickBulka Programmer Aug 10, 1999 832 US if instr(strField,"." then<br> DoYourStuff<br>end if<br> <p>nick bulka<br><a href=mailto:nick@bulka.com>nick@bulka.com</a><br><a href= > </a><br> Upvote 0 Downvote
if instr(strField,"." then<br> DoYourStuff<br>end if<br> <p>nick bulka<br><a href=mailto:nick@bulka.com>nick@bulka.com</a><br><a href= > </a><br>