10 Years of Service
15%
Please note, if you want to make a deal with this user, that it is blocked.
[HIDE-THANKS]I built a useful token module to break up a input string into tokens delimited by an input char(s). Mulitple delimiters are considered to be one. TokenizeString() stores the tokens found into a dynamic array available by the GetToken() function. The positions of all the delimiters found in the input string are also stored in an array, and are available using DelimiterPosition() and DelimiterCount().
[/HIDE-THANKS]
This link is hidden for visitors. Please Log in or register now.