...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxTerminate (terminatingCode : INTEGER; format : STRING; value1, value2, value3, value4 : GENERIC; value5, value6, value7, value8 : GENERIC; value9, value10 value11,value12 : GENERIC; value13,value14,value15,value16 : |
...
GENERIC; value17,value18,value19,value20 : |
...
GENERIC; value21,value22,value23,value24 : |
...
GENERIC;
value25 : GENERIC)
status : INTEGER;
|
The xpxTerminate function is an alias for xpxTerminateMapping, and is used to terminate any EDMexpressVM EDMexpressVM process. The xpxTerminate function can optionally output a formatted message to the EDMmodelConverter EDMmodelConverter output file. The xpxTerminate function can be called with one to N number of arguments. The max. number of arguments N is defined when an EXPRESS Data Manager version is generated. The present value of N is 27.The arguments should be exactly like the arguments in printf function in the C language.
Arguments
...
Type | Name | Comment |
INTEGER | terminatingCode | |
STRING | format | comment |
GENERIC | value(n) |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|