.UTIL DEL USER
This subroutine deletes a record from the Appx User file.
Usage:
PASS <error_msg> FIELD SHARE? Y
PASS <user_id> FIELD SHARE? N
PASS <keymap_flag> FIELD SHARE? N
GOSUB --- .UTIL DEL USER
* Check for errors
IF --- .UTIL DEL USER NE
Description:
This subroutine deletes a record from the Appx User file. The first 2 parameters are required, if any required parameters are missing, the subroutine will CANCEL.
<error_msg> will contain a detailed error message if the user was not able to be deleted (Required). This must be PASSed Share "Y" to return the value.
<user_id> is the 3 character Appx user id to be deleted (Required).
<keymap_flag> is a Y/N flag indicating whether or not the user's keymap should be deleted (Optional). The default value is "N".
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-03-12