Post Reply 
invoking NOTES from a program
08-09-2018, 06:38 PM
Post: #7
RE: invoking NOTES from a program
Get the Notes!

1. Get Notes names in a list.
lista:=EXPR("Notes");

2. Get a name from the list.
nombre:=lista(1);

3. Arm the expression to execute.
arma:="Notes(\""+nombre+"\")";

4. Get the Note.
texto:=EXPR(arma);

5. Show what you got.
PRINT(texto);

An that's all folks!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
invoking NOTES from a program - Giancarlo - 01-13-2018, 10:38 PM
RE: invoking NOTES from a program - Tyann - 01-14-2018, 06:38 AM
RE: invoking NOTES from a program - Tyann - 01-15-2018, 05:29 AM
RE: invoking NOTES from a program - Fabrizio R2 - 08-09-2018 06:38 PM



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