|
| KiXtart 2001 Manual |
InStrRev( )
| Action: | Searches a string for the presence of a second string. The search is started from the end of the source string. Note that the offset returned is counted from the beginning of the source string. |
||||
| Syntax: | INSTRREV
("string1", "string2") |
||||
| Parameters: |
String1
String2
|
||||
| Returns: |
|
||||
| See Also: |
InStr( ), Left(
), Right( ), SubStr( ) |
||||
| Example: |
;
find last backslash in @CURDIR |