|
-
Oct 16th, 2003, 02:40 PM
#1
Thread Starter
Hyperactive Member
assign a string to an array
I am looking for a fast and effeciant way of assignning a string of characters to an array.
I have tried this and it works ..
Alpha = System.Text.RegularExpressions.Regex.Split( "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z", "," )
but there must be a better way. This seems very clunky.
gollnick
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
|