DeltaWolf7
Well-known member
- Joined
- Jan 21, 2006
- Messages
- 47
- Programming Experience
- Beginner
I have a string thats looks something like this
someitem,31.99
what i want to do is parse the item so that variable A holds 'someitem' and variable B holds '31.99'
How does VB.Net 2005 parse????
Dialog Script, The language I use to use did it by
parse "%a;%b",%%ITEM
Can anyone help. Thank you
PS I am new to .net so please try me make your answers easy to understand.
someitem,31.99
what i want to do is parse the item so that variable A holds 'someitem' and variable B holds '31.99'
How does VB.Net 2005 parse????
Dialog Script, The language I use to use did it by
parse "%a;%b",%%ITEM
Can anyone help. Thank you
PS I am new to .net so please try me make your answers easy to understand.