/ Published in: Other
Expand |
Embed | Plain Text
local stringvar f := filename; f := right(f, len(f) - instrrev(f, "\")); f := left(f, len(f) - 4); f;
You need to login to post a comment.
local stringvar f := filename; f := right(f, len(f) - instrrev(f, "\")); f := left(f, len(f) - 4); f;
You need to login to post a comment.