37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng13449.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng137c6.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>HEX$ Hexadecimal Value, as String</B>
|
|
|
|
<U>s$</U> = <B>HEX$</B>(<U>numexpr</U>)
|
|
|
|
Returns, as a string, the hexadecimal value of its argument.
|
|
|
|
--------------------------------------------------------------------------
|
|
|
|
<U>numexpr</U> A numeric expression in the range -32768 to 32767.
|
|
|
|
<B>Notes:</B> If <U>numexpr</U> is negative, HEX$ returns a two's complement
|
|
value.
|
|
|
|
Any fractional portion of <U>numexpr</U> is rounded before
|
|
creation of the string.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng1d6a0.html">OCT$</A>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|