> Is there any way to change the data type of a table to an integer, or
> double - or can tables only be string arrays?
Currently, tables can only contain strings. If you have an array of
numbers, look at the string formatting nodes to produce a datatype
that you can wire to/from the table.
Greg McKaskle