Post Reply 
New Line in Notes()
05-16-2021, 11:06 PM
Post: #1
New Line in Notes()
I have this little program, just experimenting with making notes from programs:

Code:
EXPORT STN2()
BEGIN
 Notes("new"):=Notes("new")+", "+"string" 
END;

Is there something I can add before "string" to make the notes take a new line? like a \n or LF in a word processor? Because as it stands, that program will create very long lines, which need to be scrolled sideways to be seen, if it is run over and over.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
New Line in Notes() - matalog - 05-16-2021 11:06 PM
RE: New Line in Notes() - matalog - 05-16-2021, 11:13 PM



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