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


result = ASDataQueueSend(ASDataQueue [, 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.

Connection

Connection – connection name. Optional.

Data1

Variable or values corresponding to data to send.

Data2…

Variable or values corresponding to data to send. Optional.

Key

String for the key value. Optional.