/* FilNam - returns the name of a file path DESCRIPTION returns the name part of a file path string SYNTAX Snam FilNam Spath INITIALIZATION Spath - full path name as string Snam - name part CREDITS joachim heintz 2012 */ opcode FilNam, S, S Spath xin ipos strrindex Spath, "/" Snam strsub Spath, ipos+1 xout Snam endop