1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 07:55:07 +00:00
qb64/source/ide
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
..
wiki Fixed a typo in wiki_methods.bas 2018-05-22 21:50:12 +02:00
ide_global.bas Implements _INSTRREV, to search for the last occurence of a substring. 2018-07-15 16:43:12 -03:00
ide_methods.bas Makes F5 run detached as default. 2018-06-19 22:00:18 -03:00