Applied docspak188.
This commit is contained in:
@@ -1,3 +1,38 @@
|
||||
<html><head><title>Command: Bin$ </title><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'><link rel='stylesheet' href='../css/commands.css' type='text/css'></head><body><span class='Command'> Bin$ (integer) </span></p><span class='header'>Definition:</span> <br><br><table width='100%' border='0' cellspacing='2' cellpadding='2' align='center'><tr><td>Converts an integer value to a binary value.</td></tr></table><span class='header'><br>Parameter Description:</span> <br><br><table width='100%' border='0' cellspacing='2' cellpadding='2' align='center'><tr><td>integer = any valid integer or integer variable</td></tr></table><p class='header'>Command Description: <br><br><table width='100%' border='0' cellspacing='2' cellpadding='2' align='center'><tr><td>Converts integer values into binary values. If you don't know what binary is, you don't need to know this command :)</td></tr></table><p class='header'>Example: <br><br><table width='100%' border='0' cellspacing='2' cellpadding='2' align='center'><tr><td>intValue="64738"<br>
|
||||
Print "The binary value of "+intValue+" is: " + bin$(intValue)<br></td></tr></table><p><b><a target="_top" href="../index.htm">Index</a></b></p></body>
|
||||
<html>
|
||||
<head>
|
||||
<title>Blitz3D Docs</title>
|
||||
<link rel=stylesheet href=../css/commands.css type=text/css>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Bin$ (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 binary values. If you don't know what binary is, you don't need to know this command :)
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h1><a href=../2d_examples/Bin.bb>Example</a></h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
intValue="64738"
|
||||
<br />
|
||||
Print "The binary value of "+intValue+" is: " + bin$(intValue)
|
||||
<br />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<a target=_top href=../index.htm>Index</a><br>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user