...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxIntegerToBinary (anInteger : INTEGER;
VAR aBinary : BINARY)
status : INTEGER;
|
The xpxIntegerToBinary function converts the integer value anInteger to a binary value. The binary value will be returned through the aBinary argument:
Arguments
...
Type | Name | Comment |
INTEGER | anInteger | The integer value |
BINARY | aBinary | The resulting binary value |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|