About Store Forum Documentation Contact



Post Reply 
Basic string functions?
Author Message
txguy Offline
Banned

Post: #1
Basic string functions?
substring equivalent.
And is there contains char?

string path = "somepath.txt";

Int pos = stringpos(".");

string extension = path.sub(pos,4);

Found First and Last.
(This post was last modified: 12-04-2022 10:10 AM by txguy.)
12-04-2022 08:22 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Basic string functions?
12-04-2022 12:24 PM
Find all posts by this user Quote this message in a reply
txguy Offline
Banned

Post: #3
RE: Basic string functions?
Thank you for creating this engine.
skiplast got it done.
12-05-2022 04:29 AM
Find all posts by this user Quote this message in a reply
Post Reply