Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesCan we have string function that parse the string between 2 indices?
As FindString can find particular string occurrence,we can easily get required part of string easily from that index till required index.
or If we want entire remaining string we can have a function like:
Substring(String,StartIndex,EndIndex) Where endIndex can be : Length(String)-1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.