Borrar filtros
Borrar filtros

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

6 visualizaciones (últimos 30 días)
Laura Gautschi
Laura Gautschi el 12 de Oct. de 2020
Comentada: Star Strider el 13 de Mayo de 2021
I have a question i dont really understand for what we use postStr += "\r\n\r\n"
Can anybody explain?
thanks

Respuesta aceptada

Star Strider
Star Strider el 12 de Oct. de 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 comentarios
Abhishek Biswas
Abhishek Biswas el 13 de Mayo de 2021
thanks
Star Strider
Star Strider el 13 de Mayo de 2021
My pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Type Identification en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by