EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificações Página 199

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 304
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 198
CHAPTER 6: External Communication Tools Socket object reference 199
readln()
socketObj.readln ();
Reads one line of text up to the next line feed. Line feeds are recognized as LF or CRLF pairs. CR
characters are ignored.
Returns a string.
write()
socketObj.write (text[, text...]);
text
String. Any number of string values. All arguments are concatenated to form the
string to be written.
Concatenates all arguments into a single string and writes that string to the connection. CRLF
sequences are converted to LFs unless encoding
is set to BINARY.
Returns true on success.
writeln()
socketObj.write (text[, text...]);
text
String. Any number of string values. All arguments are concatenated to form the
string to be written.
Concatenates all arguments into a single string, appends a Line Feed character, and writes that
string to the connection.
Returns true on success.
Vista de página 198
1 2 ... 194 195 196 197 198 199 200 201 202 203 204 ... 303 304

Comentários a estes Manuais

Sem comentários