Post Reply 
Interesting & Creative way of loading SpreadSheet from PC
02-07-2015, 11:34 AM
Post: #7
RE: Interesting & Creative way of loading SpreadSheet from PC
(02-07-2015 04:27 AM)bobkrohn Wrote:  ..
I didn't see any info on programmatically read/write to the Notes App.

In the new firmware there is a command "Notes". See help.
[/php]
Code:
The Notes variable gives access to the notes saved in the calculator.
Notes returns a list of the names of all the notes in the calculator.
Notes(n) returns the content of the nth note in the calculator (1 to
NbNotes).
Notes(n):="string" sets the value of note n. If string is empty, erases the
note.
Notes("name") returns the content of the note called name.
Notes("name"):="string" sets the value of note "name". If string is empty,
erases the note. If there is no note called "name", creates it.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Interesting & Creative way of loading SpreadSheet from PC - Thomas_Sch - 02-07-2015 11:34 AM



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