shuaulme Posted March 24, 2009 Report Posted March 24, 2009 How do i decompose a variable into an array? for example, if i get a string variable with the content "range:0:2:1", how do i decompose it into an array of strings ta[1] = "range" ta[2] = "0" ta[3] = "2" ta[4] = "1" thx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.