DialogReceive
DialogReceive(sText As String[, nTimeout As Integer]) As Integer
Read the received characters on the dialog with the server. <sText> contains the read data.
The function returns the number of read characters or -1 on error. We only receive ANSI text.
The optional parameter <nTimeout> sets the maximum waiting time in milliseconds (Default value is -1: infinite).