필터 지우기
필터 지우기

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

조회 수: 6 (최근 30일)
Laura Gautschi
Laura Gautschi 2020년 10월 12일
댓글: Star Strider 2021년 5월 13일
I have a question i dont really understand for what we use postStr += "\r\n\r\n"
Can anybody explain?
thanks

채택된 답변

Star Strider
Star Strider 2020년 10월 12일
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
Abhishek Biswas
Abhishek Biswas 2021년 5월 13일
thanks
Star Strider
Star Strider 2021년 5월 13일
My pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by