INSTRREV
INSTRREV(Text AS STRING, TextToSearch AS STRING[, Start AS INTEGER]) AS INTEGER
Returns the last position of the string <TextToSearch> in the string <Text>.
Starts to search from the position <start> (end of the string by default).
INSTRREV(Text AS STRING, TextToSearch AS STRING[, Start AS INTEGER]) AS INTEGER
Returns the last position of the string <TextToSearch> in the string <Text>.
Starts to search from the position <start> (end of the string by default).