Post Reply 
Notes and help
02-23-2015, 10:13 AM (This post was last modified: 02-23-2015 10:27 AM by Thomas_Sch.)
Post: #14
RE: Notes and help
(02-23-2015 10:01 AM)salvomic Wrote:  In the threads you advise they write about new commands, Notes() and Programs()...
I'm trying notes("test"):="Help me with test" in Prime and I get: table("test" = "Help me with test"), but how is now this variable? I can't find it in Notes, and writing "test" I get ..."test", not the text. What's "table"?
I don't know whats "table" here (you are trying from CAS, right?), maybe notes() does have an other meaning in CAS.
But please try
Code:
Notes("test"):="Help me with test"
instead of notes(). (capital N). This worked for me in Home and in CAS mode.
Edit:
If your Note "test" contains some lines of text (edited with the Notes function or via CK), your program simply can send this Note (the content) to the terminal by using
Code:
PRINT(Notes("test")
The terminal may be cleaned by pressing backspace. See Help for "PRINT".
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Notes and help - salvomic - 02-21-2015, 10:24 AM
RE: Notes and help - bobkrohn - 02-21-2015, 08:27 PM
RE: Notes and help - salvomic - 02-21-2015, 08:28 PM
RE: Notes and help - Thomas_Sch - 02-22-2015, 10:22 AM
RE: Notes and help - salvomic - 02-22-2015, 10:33 AM
RE: Notes and help - Thomas_Sch - 02-22-2015, 10:59 AM
RE: Notes and help - salvomic - 02-22-2015, 11:04 AM
RE: Notes and help - Thomas_Sch - 02-22-2015, 11:10 AM
RE: Notes and help - salvomic - 02-22-2015, 11:53 AM
RE: Notes and help - Thomas_Sch - 02-23-2015, 07:37 AM
RE: Notes and help - salvomic - 02-23-2015, 08:36 AM
RE: Notes and help - Thomas_Sch - 02-23-2015, 09:49 AM
RE: Notes and help - salvomic - 02-23-2015, 10:01 AM
RE: Notes and help - Thomas_Sch - 02-23-2015 10:13 AM
RE: Notes and help - salvomic - 02-23-2015, 10:25 AM
RE: Notes and help - Thomas_Sch - 02-23-2015, 10:34 AM
RE: Notes and help - salvomic - 02-23-2015, 10:38 AM
RE: Notes and help - Thomas_Sch - 02-23-2015, 10:59 AM
RE: Notes and help - salvomic - 02-23-2015, 11:10 AM



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