GotoIfNEqual
GotoIfGreater
GotoIfLess
GotoIfGrEqual
GotoIfLsEqual
Is_NLM_Active
Syntax
GotoIfNEqual <arg1>, <arg2>, <label_name>
GotoIfGreater <arg1>, <arg2>, <label_name>
GotoIfLess <arg1>, <arg2>, <label_name>
GotoIFGrEqual <arg1>, <arg2>, <label_name>
GotoIfLsEqual <arg1>, <arg2>, <label_name>
Description
These are identical to
only if (respectively):
<arg1> not equal to <arg2>
<arg1> is greater than <arg2>
<arg1> is less than <arg2>
<arg1> is greater than or equal to <arg2>
<arg1> is less than or equal to <arg2>
The scope of a label is always local to a file set. Therefore, a Goto statement
cannot transfer execution to a file set different from the current one.
NOTE:
GotoIf* performs an integer comparison, not a string comparison.
Syntax
Is_NLM_Active <NLM Name>, <Completion Code>
Description
Is_NLM_Active searches the loaded modules list and returns 1 if the NLM is
loaded, or 0 if the NLM is not present in memory.
Example
Is_NLM_Active "Monitor.nlm", ccode
GotoIfEqual (page
142), except that execution branches
Installation Scripts for NetWare 143
Need help?
Do you have a question about the NETWARE 6-DOCUMENTATION and is the answer not in the manual?