FULLSCREEN | CONTENTS | Project Home Page |
---|
.FUNCTION....: #2Xx - Convert An Integer To Extended Hex Notation .ALIAS.......: #2xx .CATEGORY....: functionsThis function takes an integer supplied on parameter /A, and returns a single character in extended hex (XX) notation..DISCUSSION..:
.EXAMPLE: :: returns the letter "Z" Fdate /F#2xx /A35 .TABLE: number: in XX is: 0 0 1 1 9 9 10 A 15 F 16 G 17 H 30 U 31 V 35 Z