Find Substring and Find Character

Tips, Tricks and methods for programming, learn ways of making your programming life easier, and share your knowledge with others.

Moderators: Benj, Mods

Post Reply
User avatar
tiny
Posts: 200
Joined: Wed Jul 08, 2009 8:29 am
Has thanked: 51 times
Been thanked: 93 times
Contact:

Find Substring and Find Character

Post by tiny »

It took me a function to search a substring in a string similar to the InString function in Visual Studio. The macro finds the first match and returns the position. This macro can also be used for Find Character.
With one parameter can be adjusted even Uppercase and Lowercase.

Tiny
FindString.fcfx
(8.36 KiB) Downloaded 585 times

Post Reply