Currently, you read your data into an array of strings. For graphing, you need a numeric datatype. WIre an empty 1D DBL (instead of a 1D array of strings) to the type input of "spreadsheet string to array", then bundle the two 1D arrays.
Of course easier would be to use "read from spreadheet file", it will give you numeric datatype directly by default. Since you seem to have a single column instead of a single row in your file, you possibly need to transpose (see the boolean). Attached is a simple example (image), just wire it all up. 🙂
Message Edited by altenbach on 01-29-2007 05:35 PM