OP Is In Set

4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next

version 6.0.6


OP Is In Set (connectID; setName; recordNumber; isInside) Longint

ParameterTypeDescription
connectIDLongintUnique ID for the established connection
setNameStringName of the set
recordNumberLongintAbsolute number of the record
isInsideLongintIs the record in the set ? 1 = yes, 0 = no
Function resultLongintError code

Description

The command OP Is In Set tests whether or not the record recordNumber of the setName's table is in setName and sets isInside to 0 if the record is not in it.

OP Is In Set requires an absolute record number, returned by the OP Get record numbers function.

See Also

OP Get record numbers, OP Records In Set, OP Remove From Set.


4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next