Xbasic
rat_u Function
Syntax
N RAT_U(C substring,C string[,N occurance])
Arguments
- substring
Character
- string
Character
- occurance
Numeric
Description
Returns the position of one string found in another, relative from the end of the string, honors UTF8 encoding.
See Also