Question
Converting Input Hex Data Strings to Number
I have a file of text that looks like this:
1 678H
2 3F4H
3 FC7H
.....
....
I am reading this in as data and want to do numerical calculations on the 2nd column, which represents hexidecimal numbers. MathCad things they are strings. Is there a way to force them to a data type of numeric, or, barring that, convert them with some function to type number?
Thanks
Fritz

