|
-
Jul 5th, 2007, 01:36 PM
#1
Thread Starter
Hyperactive Member
Parsing Data
Hi, I have a string that my program is receiving that is in the following format:
xxxxx;xxxxx;xxx;xxx;xxx;xxxx;0
There is 6 series of numbers (of varying lengths)...divided by a semicolon...and then ending with a ;0.
How can I parse out the last set of x's before the ;0?
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|