SEND
SEND(message AS STRING [,len AS INTEGER [, flush AS BOOL [, coding AS INTEGER]]]) AS BOOL
Sends the message <message> of length <len>.
If the optional parameter <len> is not defined, the message must be terminated by 0.
If the optional parameter <flush> is defined and is TRUE, the already received messages are flushed.
The optional parameter <coding> defines the coding of the sent message: 0=ANSI (default value), 1=UNICODE, 2=Binary, 3=UTF8.