Bonjour Thierry,

Perfect.
But now, of course, the question arises, how to do that in base 42 ;-)

Hermann

Thierry Douez wrote
> .. and before the next question will arise:
> ​
> 
> put addHexy( "20F", "4CD", "10", "3AB")
> 
> function addHexy
>    local T
>    repeat with i = 1 to paramCount()
>       add baseConvert(  param( i) ,16,10) to T
>    end repeat
>    return baseconvert( T, 10, 16)
> end addHexy
> 
> ​Thierry
> ​





--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Doing-Maths-in-Hex-tp4704028p4704169.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to