Dear All,
On my case, I want to get last index position of string text
Example:
Old String: "Impossible" -> "e" Index in position 9
How to return index 9
Thanks,
Kane
Sorry my mistake, I incorrectly read that you wanted the character at position 9.
If you want to know the position of the last character use Length(string)-1
Hi,
You can use substring build in function for that.
Regards,
Daniel
That function return text not integer
Thanks.
The function already exist in the text extension
(String_LastIndexOf)
you can take reference of this link,
https://www.outsystems.com/forums/discussion/8697/substr-and-index/
Kind Regards,
Ajit kurane.