Recommended Posts

Posted

Hello!

So I'm using tables to display string data. It shows the data the first time the table is populated, but all of a sudden at some point, the string data gets replaced with zeroes. And interestingly enough the whole array of strings gets replaced by zeroes! Any ideas why this happens?

Posted

Actually my bad, the array doesn't get set to zero, the strings are still in the array, but table shows the string values as NAN all of a sudden until I close DAQFactory and open it up, and then the strings are back again! any ideas?

Posted

Somewhere its getting converted to a number. If you try to convert the string "My String" to a number its going to give you NaN unless the string actually is a number (i.e. "3.4892")

Archived

This topic is now archived and is closed to further replies.