shuaulme Posted March 24, 2009 Report Share 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 Link to comment Share on other sites More sharing options...
floyd Posted March 24, 2009 Report Share Posted March 24, 2009 Use the Split String command. Quote Link to comment Share on other sites More sharing options...
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.