.ENV GET OS TYPE
This subroutine returns the type of operating system Appx is running on.
Usage:
PASS <os_type> FIELD SHARE? Y
GOSUB --- .ENV GET OS TYPE
* check for errors
IF --- .ENV GET OS TYPE NE
Description:
This subroutine returns the type of operating system Appx is running on. The parameter is required, if it is missing the subroutine will CANCEL.
<os_type> returns the value of the Host O/S Type (Required). This must be PASSed with Share "Y" to return the value.
If the field you passed is too short to contain the data, --- .ENV GET OS TYPE will be set to "Data was truncated".
See also
.ENV GET CONFIG INFO.
Comments:
Read what other users have said about this page or add your own comments.
--
PeteBrower - 2011-08-12