...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetRandomInteger(VAR aRandomInteger : |
...
INTEGER)
status : INTEGER;
|
The xpxGetRandomInteger returns a random integer value in the aRandomInteger argument. This function is implemented by using the ANSI C function rand().
Arguments
...
Type | Name | Comment |
INTEGER | aRandomInteger | a random integer value |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|