0 Members and 1 Guest are viewing this topic.
If (N=(C+A)):Goto KK:End
For(A,0,3):If inData({C+A}, I):Goto KK:End:End
For(A,3,Length([string]))//something to get the character at A and append it to another stringEnd
Another question involving strings (since i cant for the life of me find the thread where this was mentioned), how do i insert a token at the beginning of a string? Like if R is "ABC" and i want to make it say "prgmABC"