PreviousNext
Help > Development > W-Language Functions for AS/400 > DataQueue functions > ASKeyDataQueueReceive > New syntax recommended since Windev 27
New syntax recommended since Windev 27

 

result = ASKeyDataQueueReceive (ASDataQueue, Operator [, Connection], Data1 [, Data2…], Key )

 

 

 

Result

boolean – true if success, false in case of failure

ASDataQueue

             ASDataQueue type object containing the specification of the data queue (PCML description, name, library…).

The PCML syntax is the same as that used for ASPgmCall.

Operator

String - Key operation. Possible values are:

EQ: equal, NE: not equal, LE: <=, LT : <, GE : >=, GT : >.

Connection

Connection – connection name. Optional.

Data1

Data to receive the value.

Data2…

Data to receive the value. Optionnel.
Key

String – key value.