• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Visual Basic Sting Token Module

Status
Not open for further replies.

Kaway

Banned
User
Joined
Aug 7, 2014
Messages
720
Reputation
0
Reaction score
5,766
Points
243
Credits
0
‎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().

This link is hidden for visitors. Please Log in or register now.
[/HIDE-THANKS]

 
Status
Not open for further replies.
Back
Top