Author Topic: Patch to the new _INSTRREV command  (Read 6009 times)

0 Members and 1 Guest are viewing this topic.

Offline euklides

  • Forum Regular
  • Posts: 128
    • View Profile
Re: Patch to the new _INSTRREV command
« Reply #15 on: April 19, 2019, 04:39:35 am »
Very useful !!!

For example:

PIC$ = "c:\temp\users\demo\travel\Hello.jpg"
J = _INSTRREV(PIC$, "\")
PIC$ = RIGHT$(PIC$, LEN(PIC$) - J)
PRINT PIC$

You get: 'Hello.jpg'
Why not yes ?