Hi,
in rCore.h CRLF is defined as
which then can be used, f.e. with asyncstreams by astreams.write(CRLF).
Question
With InlineC how to define and use LF "\n"?
to be able to astreams.write(LF).
in rCore.h CRLF is defined as
B4X:
#define /*StringLiteral CRLF;*/ Common_CRLF "\r\n"
Question
With InlineC how to define and use LF "\n"?
to be able to astreams.write(LF).