Hi everyone
I only want write numeric data into a table, like this:
00000 FF DE 05 6A
00001 DD D2 ....
...
I know I can do this into an Array... but I want see this info in front panel like an excel file. The table control mustn't write another characters like "X, P, M, etc"... only binary data, hexadecimal...
How can I do this?