Discussion on:

Message 4 of 4
0 Votes
+ -
One more thing I am missing (that perl can do)
I often like to assign the individual fields from a delimited string into their own variables. This is easily done in perl like this (algorithmically):
if the string $A is "one/two/three", I can assign three variables in one step like this:
(first, second, third) = split($A,"/")
Is there any way this can be accomplished similarly in VB.net?
Posted by rhoro@...
14th Feb 2011