1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00
qb64/source/subs_functions
FellippeHeitor bc6b427a99 Implements _INSTRREV, to search for the last occurence of a substring.
The statement works as INSTR does but starts from the end of the passed string (or from the specified position) and looks for the passed substring while moving backards.

Takes after VBScript's InStrRev: https://www.w3schools.com/asp/func_instrrev.asp

Closes #51
2018-07-15 16:43:12 -03:00
..
extensions/opengl Fixed a typo in opengl_methods.bas 2018-05-22 19:36:49 +05:30
subs_functions.bas Implements _INSTRREV, to search for the last occurence of a substring. 2018-07-15 16:43:12 -03:00