Files
BlitzNext/_release/help/commands/2d_commands/Hex.htm
T
2014-12-08 12:43:20 +13:00

39 lines
845 B
HTML

<html>
<head>
<title>Blitz3D Docs</title>
<link rel=stylesheet href=../css/commands.css type=text/css>
</head>
<body>
<h1>Hex$ (integer)</h1>
<h1>Parameters</h1>
<table>
<tr>
<td>
integer = any valid integer or integer variable
</td>
</tr>
</table>
<h1>Description</h1>
<table>
<tr>
<td>
Converts integer values into hexidecimal values. If you don't know what hex is, you don't need to know this command :)
</td>
</tr>
</table>
<h1><a href=../2d_examples/Hex.bb>Example</a></h1>
<table>
<tr>
<td>
intValue="64738"
<br />
Print "The hexidecimal value of "+intValue+" is: " + hex$(intValue)
<br />
</td>
</tr>
</table>
<br>
<a target=_top href=../index.htm>Index</a><br>
<br>
Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=Hex&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
</html>