civilcalc Posted January 30, 2006 Posted January 30, 2006 when i use the wingettext function, the value returned looks something like this 8.4 13.5 7.6 7.6 14 14.5 18.5 11 13.5 17.5 22 48 42 8 12.5 7.4F 7.4F 13.5 13.5 17.5 10.5 12.5 17 21 44 38 clear but how do i seperate each value into an array? each item is followed by a carriage return, but how do i split this using the stringsplit command. any help is greatly received.
GaryFrost Posted January 30, 2006 Posted January 30, 2006 $a_text = StringSplit($text, @CRLF, 1) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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