Post Reply 
newline not parsed in strings [Android]
09-04-2015, 06:32 PM
Post: #1
newline not parsed in strings [Android]
Example in the User guide suggest that \n is parsed as a newline escape sequence (of size 1).
Using the 092 backslash between the square brackets in the Shift/Vars table, the \n is not parsed as an escape sequence and is printed as normal text.

What am I doing wrong?
Code:

 EXPORT BS()
BEGIN
 PRINT("A\nB");
END;

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
newline not parsed in strings [Android] - StephenG1CMZ - 09-04-2015 06:32 PM



User(s) browsing this thread: 1 Guest(s)