Hi,
I have a string called "Something" and I want to check what the first # of characters are, for example 3. I then want to strip the first # (for example, 2) characters from the string.
How would I go about doing this? I don't know much of the language used by MSGPLUS, I'm just using examples and my knowledge of PHP to work it out as I go along