bhaveshpandey Posted February 10, 2012 Share Posted February 10, 2012 (edited) Hi, is it possible to convert a space separated string into an array of strings by using vex? for instance: "hello world hello" >> {"hello", "world", "hello"} Cheers Bhavesh. Edited February 10, 2012 by bhaveshpandey Quote Link to comment Share on other sites More sharing options...
bhaveshpandey Posted February 10, 2012 Author Share Posted February 10, 2012 nevermind..got it. sort of a fluke..but tried string [] split(string; string) and it worked! 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.
Note: Your post will require moderator approval before it will be visible.