HP Forums
New Line in Notes() - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: New Line in Notes() (/thread-16953.html)



New Line in Notes() - matalog - 05-16-2021 11:06 PM

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.


RE: New Line in Notes() - matalog - 05-16-2021 11:13 PM

I found them!

https://tiplanet.org/hpwiki/index.php?title=HP_Prime/Commands/Guides/All_About_Strings