02-15-2007 04:12 AM
02-15-2007 04:22 AM
A table is basically a 2D array of strings, so you can do something like this.
If you want to be safer, you can read the value as a double and then convert it to a string. If you want to replace existing values in the array, you can use the Replace Array Subset function.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).