Effacer les filtres
Effacer les filtres

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

5 vues (au cours des 30 derniers jours)
Laura Gautschi
Laura Gautschi le 12 Oct 2020
Commenté : Star Strider le 13 Mai 2021
I have a question i dont really understand for what we use postStr += "\r\n\r\n"
Can anybody explain?
thanks

Réponse acceptée

Star Strider
Star Strider le 12 Oct 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 commentaires
Abhishek Biswas
Abhishek Biswas le 13 Mai 2021
thanks
Star Strider
Star Strider le 13 Mai 2021
My pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Type Identification dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by