Apr 13, 2000 #1 beccck Programmer Joined Apr 13, 2000 Messages 3 Location 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 Joined Aug 10, 1999 Messages 832 Location 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>