integer = any valid integer or integer variable |
Converts integer values into hexidecimal values. If you don't know what hex is, you don't need to know this command :) |
intValue="64738"
Print "The hexidecimal value of "+intValue+" is: " + hex$(intValue) |