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

 

result = ASDataQueueReceive(ASDataQueue [, Connection], Param1 [, Param2, ... ] )

 

 

 

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.

Connection

Connection – connection name. Optional.

Param1

Data to receive the value

Param2, …

Data to receive the value. Optional.