function/HEX$                                                   function/HEX$
 
 NAME
     HEX$ -- Converts a decimal number into a hexadecimal one
 
 ABBREVIATION
     h <shift> E

 SYNOPSIS
     HEX$(<number>)

 FUNCTION
     This function returns a 4 character string containing the hexadecimal 
     representation of value <number>.
 
 INPUTS
     <number> - value to be evaluated (0-65535)
 
 RESULT
     Hexadecimal representation of the given decimal value (string).

 EXAMPLES
     None
 
 NOTES
     None
 
 BUGS
     None
 
 SEE ALSO
     DEC()
     STR$()
     VAL()