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
05-16-2021, 11:13 PM
Post: #2
RE: New Line in Notes()
I found them!

https://tiplanet.org/hpwiki/index.php?ti...ut_Strings
Find all posts by this user
Quote this message in a reply
Post Reply 




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