FIND(Expr,source, StartOfSearch=1)
Searches source to find Expr. The search start at position StartOfSearch. If finds it then return the position where the first occurrence of Expr starts in source. Otherwise returns 0. If StartOfSearch is omitted the the start of source is assumed.
Go Back