The easiest way to convert a string array to a numeric array is to use a For Loop auto-indexed on the string array. Inside the loop use Fract/Exp String to Number (or one of the other conversion functions from the String >> String/Number Conversion function palette that match your expected number type). Add a numeric indicator array outside of the For Loop and let the loop create it by auto-indexing.
See the attached LabView 6.1 example.