N%=0
H$="01020304"
Ok, I have an >int< variable N, and I have a >string< variable H.
H holds an hexadecimal value, and I want N to have the int value of the hexadecimal value contained in H (did I say "value" :)
What can I do?
H$="01020304"
Ok, I have an >int< variable N, and I have a >string< variable H.
H holds an hexadecimal value, and I want N to have the int value of the hexadecimal value contained in H (did I say "value" :)
What can I do?