hexadecimal to int

BlitzMax Forums/BlitzMax Beginners Area/hexadecimal to int

hub(Posted 2007) [#1]
Hi !
Is there a bmax function to convert an hexadecimal string to int ? for example 'FF' -> 255
Thanks !


impixi(Posted 2007) [#2]
Print Int("$FF")


hub(Posted 2007) [#3]
thanks !