You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The table data can be read, but is displayed just as a hex dump. It would be nice to have an interpreter for the table data. Features that would be good to add are:
runtime configurable using Pascal-like syntax from standard
use appropriate standard C++ types to return data (e.g. std::string, double, int, etc.)
The text was updated successfully, but these errors were encountered:
The table data can be read, but is displayed just as a hex dump. It would be nice to have an interpreter for the table data. Features that would be good to add are:
The text was updated successfully, but these errors were encountered: