Posted: Tue Nov 18, 2008 7:04 pm Post subject: Help with strint base conversion
I am using the strint (value,base) function to convert bases in a base conversion program, however am lost as to how it does this exactly (what the function does)
Here is an example of the strint conversion method used to convert to hexadecimal from any base:
code:
get hexin
decout := strint (hexin, 16)
As always; Help is much appreciated!
I posted this before but it was locked for "necroing" without giving an answer to my question (I'm not double posting!)