Helomotorola Posted September 10, 2007 Posted September 10, 2007 (edited) How does split a string by StringRegExp Function? Ex: Msgbox (64, "Example '1'", 'This is example "1"', 5) I want use "StringRegExp" to split string into $Example array $Array[0] = "Msgbox" $Array[1] = "64" $Array[2] = "Example '1'" $Array[3] = 'This is example "1"' $Array[4] = "64" $Array[5] = "5" Thank much Edited September 10, 2007 by Helomotorola
Helomotorola Posted September 10, 2007 Author Posted September 10, 2007 (edited) Can You help Me write srcipt with StringSplit? Thank But I think, Use "StringRegExp" Function will easy more, because you can use character "?", "*"... Please help me Thank much Edited September 10, 2007 by Helomotorola
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now