Home AMX Forum AMX Technical Discussion
Options

removing first characters of a string

Hi!

Is there a better way to do this?

acAux = remove_string(left_string(acMessage,2),acMessage,1)

What i´m trying to do here is just to take the first two digits from "acMessage" and remove them from the string, but i think that this code is not a pretty way to solve it....

Any ideas?


P.D: How can i insert "code text-box" in a forum message?

Comments

Sign In or Register to comment.