Develop > Programming > System Language reference > List: rtecalls > rtecall("policycheck") function

rtecall("policycheck") function

A RAD function that imposes data policy as defined in the System Definition.

Function

rtecall("policycheck")

Format

$L.success.flag= rtecall($L.fnc.name, $L.return.code, $L.file)

Parameters

The following parameters are valid for the rtecall("policycheck") function:

Parameter Data type Description
$L.success.flg Logical Indicates if the function was successful.
$L.fnc.name String Name of the sub-function to call, in this case "policycheck".
$L.return.code Number Provides a more detailed return code.
$L.file String The file handle.

Factors

If the $L.success.flg is false, the function failed. If it is true, the function succeeded.

Example

$L.rc=rtecall("policycheck", $L.errcode, $L.filed)