Purpose
Returns the status of various flags for a loaded application.
TRUE means a flag is on, FALSE that it is off.
Syntax
FCAppSecurityFlag (Index | ApplicationName, Index)
Index |
The index number of the flag for which you want the status. |
ApplicationName |
If omitted, the value returned is from the called application. |
Example
If (fcAppSecurityFlag(4)) Then Debug "This app uses Batch Admin"
|