Hi,
I am kinda new at this but I was wondering if it was possible to create a numeric table with multiple precisions. To explain better, I have a table with two columns and I would like the first column to be with precision zero and the other with precision 2.
Attached is the Vi that I was using where I converted the string from the table to a numerica array, converted the values to the required precision I wanted, and then converted the numeric array back into a string to place in the table. However this caused labview to keep crashing on me, indicating "Fatal Internal Error : " transact.cpp", line 1323"
Some other options I have tried are using the key down? event option that forced the user to only type in numbers in the table, however I still had no control over the precision. I have also tried to use flat sequences, etc... but to no avail.
Thanks in advance for any help
Reza