hello all,
is there a way to read n digits hex input from a file and convert to
decimal form to use it in gap?
I have hex output from a random source in format n digits (AF456B23 ...
) and i want to convert to
decimal (183785139....) ....
I now implement it in C, but it's not the way I want - not efficient &
not n digits accourate ....
Any help will be gratefully accepted ...
sincerely yours,
Enis Karaaslan