SENDTO
SENDTO(message AS STRING, addr AS STRING [,len AS INTEGER[, data AS STRING [, coding AS INTEGER]]]) AS BOOL
Sends the message <message> of length <len> to the address <addr> with the optional parameter <data> (for IP UDP script, data is the destination port, can be an integer).
If the optional parameter <len> is not defined or is equal to 0, the message must be terminated by 0.
The optional parameter <coding> defines the coding of the sent message: 0=ANSI (default value), 1=UNICODE, 2=Binary, 3=UTF8.