Hi everyone,
I have a edit box in which I want to enter an array like
or
or
. Since this is edit an edit box when I read the box I get string.
Is there an easy way of converting this string version of double array to a real double array.
For example when I enter the
to edit box I want to get the double array
which is equal to
[1 2 3 4 5 6 9 12 13 14 15]
Thanks in advance.
0 Comments
Sign in to comment.