Purpose

.OneTime allows you to specify the one-time flag for the Cycle object.
 

Syntax

Setting:           ObjectReference.OneTime = Value

Retrieving:      Variable = ObjectReference.OneTime
 

Operation

ObjectReference  is the Tag Name of the object
Value
is the one time setting (TRUE or 1 = one time, FALSE or 0 = not one time)
Variable is a numeric variable
 

Remarks
 

 

Example

Setting .OneTime in a Cycle:

CUSTOMERZIPUPDATE.OneTime = True


Retrieving .OneTime from a Cycle:

#CUSTOMERSOP_1TIME = CUSTOMERZIPUPDATE.OneTime
 

Comment on this topic

Topic ID: 510078