Syntax
| long = stringclassobject.FindRev(sSearch[, Start][, Compare])
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Description
| Returns the position of the reversed searched string in the text buffer. If not found, the function returns 0 (zero). Reversed means that searching will begin and the rightmost position in the internal text buffer of the StringClass variable.
| ||||||||
See Also
| Find.
| ||||||||
Example
|
|