Forum Discussion

kenbrueck's avatar
kenbrueck
Visitor
13 years ago

Convert Int to Hex?

Is there a simple way to convert an integer to hex in Brightscript? For example, given 255 it would return FF (or some similar form, e.g. 0xFF, 0x0000FF, etc.)