Mike,
there may be an easier way, but one solution is to use the 'search string'
function to search for blanks. the function returns the string before
and after the blank. you can wire the before portion to a build array function
and the after portion to another 'search string' function. do this for each
blank and connect each before string to the build array function. hope this
helps
pat
"Mike" wrote:
>>Need help converting a string of the following format; "0 -84 0 1 2455"
into>an array.>Is there a straightforward way of doing this?>>Best Regards,>>Mike