Hi,
About logic modules & string functions.
I see functions like rfind, strip, lstrip, rstrip, but I don't see the equivalent of the Basic "Left$" or "Right$".
Maybe I overlooked them ?
Maybe an alternative / workaround ?
My purpose is to get only the leftmost/rightmost x characters of a string; i.e. NewString = Left$(OrgString,5)
NB:
There are no delimeters in the original string, so I can only cut it based on a number of characters.
The content of the string is unknown but contains only numbers.
Thank you for any hint.
About logic modules & string functions.
I see functions like rfind, strip, lstrip, rstrip, but I don't see the equivalent of the Basic "Left$" or "Right$".
Maybe I overlooked them ?
Maybe an alternative / workaround ?
My purpose is to get only the leftmost/rightmost x characters of a string; i.e. NewString = Left$(OrgString,5)
NB:
There are no delimeters in the original string, so I can only cut it based on a number of characters.
The content of the string is unknown but contains only numbers.
Thank you for any hint.
Kommentar