Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

GrpIn

  • Last UpdatedJul 18, 2023
  • 1 minute read

Determines if an element is in a group.

Syntax

GrpIn(hGrp, Value)

hGrp:

The group handle, returned from the GrpOpen() function. The group handle identifies the table where all data on the associated group is stored.

Value:

The element to locate, from 0 to 16375.

Set Value to a group handle to check if another group exists in the group.

Return Value

1 if the element is in the group, otherwise 0 is returned.

GrpOpen, GrpInsert, GrpDelete

Example

IF GrpIn(hGrp,10) THEN

Prompt("Area 10 in this group");

END

See Also

Group Functions

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in