Azzera filtri
Azzera filtri

For what is this: postStr += "\r\n\r\n"

6 visualizzazioni (ultimi 30 giorni)
Laura Gautschi
Laura Gautschi il 12 Ott 2020
Commentato: Star Strider il 13 Mag 2021
I have a question i dont really understand for what we use postStr += "\r\n\r\n"
Can anybody explain?
thanks

Risposta accettata

Star Strider
Star Strider il 12 Ott 2020
It appears to be an instruction to terminate a read or write format string of some sort with a string of 2 carriage returns (the ‘\r’) alternating with newline (the ‘\n’) characters.
  7 Commenti
Star Strider
Star Strider il 13 Mag 2021
My pleasure!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Data Type Identification in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by