|
-
September 28th, 2001, 07:16 AM
#1
String to array
Hi !!!
Can someone help me to resolve this little problem ?
I got a string like:
Test = "alpha|beta|gamma;alpha1|beta1|gamma1;alpha2|beta2|gamma2;alpha3|beta3|gamma3;"
And I'like it to be in a two dimension array like:
arr=
alpha beta gamma
alpha1 beta1 gamma1
alpha2 beta2 gamma2
alpha3 beta3 gamma3
How can i easily do that ??
Thanks for your help...
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
|