QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Petr on October 25, 2018, 10:53:54 am
-
Please, what is the new function name, that returns the last occurrence of the character in the string? I can not remember.... it's a new function in the INSTR way, but INSTR returns the first character position from the beginning, the one I'm asking to, return position the first character from the end....
-
_INSTRREV https://www.qb64.org/forum/index.php?topic=304.msg2560#msg2560
-
Thank you Fellippe!