EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Spécifications Page 199

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 304
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 198
1 2 ... 194 195 196 197 198 199 200 201 202 203 204 ... 303 304

Commentaires sur ces manuels

Pas de commentaire