Show / Hide Table of Contents

ForLocation


Shift and Break System Function

The ForLocation function returns TRUE if the object executing the shift or break logic is a Location.

Syntax

ForLocation()

Examples

If ForLocation() Then Priority 100
If ForLocation() Then
Inc Arr1 [1, 2]
Else
Inc Arr1 [2, 2]

Remarks

ForLocation is valid in shift or break logic.

In This Article
Back to top Generated by DocFX