HP Forums

Full Version: New Line in Notes()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Reference URL's