Nanospy Posted June 27, 2006 Posted June 27, 2006 (edited) How do you display a single array element? Ex: test1, test2, test3, test4, test5 Display test3 or test2 Edited June 27, 2006 by Nanospy
herewasplato Posted June 27, 2006 Posted June 27, 2006 $s_array = StringSplit("test1, test2, test3, test4, test5", ",") MsgBox(0, "", $s_array[3]) [size="1"][font="Arial"].[u].[/u][/font][/size]
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