Eugene N on Wed, 13 Apr 2011 12:22:21 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

I/O in hex?


Hello

Thank you for being always helpful! I have another small question...

I noticed gp usually accepts/outputs info in dec.

And lets say, i need to feed the output in an external app, that waits for a hex c string: "07A8...", or
on the other hand, what if i want to input a value in hex, like
p = 45FA6...
b = Mod(C56B56..., p)

Thanks!