Post Reply 
how to use notes from a program?
01-02-2021, 04:14 PM
Post: #1
how to use notes from a program?
in a HP Prime:

how to use notes from a program?
is there a way to access a note from a program?
Can you access a note that has data to process them from a program?
can you save or print data from a program to a note?

Beforehand thank you very much!
Find all posts by this user
Quote this message in a reply
01-02-2021, 05:45 PM
Post: #2
RE: how to use notes from a program?
Bonjour

La variable 'Notes' qui fonctionne de façon similaire à 'Programs'
vous permet d'obtenir la liste des notes, d'en créer, de les modifier
ou de les supprimer depuis un programme.
Notes() vous renvoie la liste des notes existantes.
Notes("name" ou n°) vous renvoie la note spécifiée sous forme de chaîne.
Notes("name"):="vôtre texte" crée la note.
Notes("name"):="" supprime la note.

ANote est l'équivalent pour les applications, elle vous permet de créer
modifier ou supprime la note de l'application active.

On peut extraire des données d'une note, j'ai personnellement déjà fait cela
en créant une note depuis le logiciel de connectivité, j'ai copié dans cette note
le contenu d'un fichier.txt (une liste de mots séparés par des virgules) puis grâce à un petit
programme extrait tous ces mots pour les stocker dans une liste.

Espérant avoir aidé.


Hello

The 'Notes' variable which works similarly to 'Programs'.
allows you to obtain the list of notes, to create and modify them
or delete them from a program.
Notes() returns the list of existing notes.
Notes("name" or n°) returns the specified note as a string.
Notes("name"):="your text" creates the note.
Notes("name"):="" deletes the note.

ANote is the equivalent for applications, it allows you to create
modify or delete the note of the active application.

You can extract data from a note, I personally have already done that
creating a note from the connectivity software, I copied in this note
the contents of a .txt file (a comma-separated list of words) then thanks to a small
program extracts all these words to store them in a list.

Hoping to have helped.


Translated with http://www.DeepL.com/Translator (free version)

Sorry for my english
Find all posts by this user
Quote this message in a reply
01-05-2021, 04:50 PM
Post: #3
RE: how to use notes from a program?
(01-02-2021 05:45 PM)Tyann Wrote:  The 'Notes' variable which works similarly to 'Programs'.
allows you to obtain the list of notes, to create and modify them
or delete them from a program.
Notes() returns the list of existing notes.
Notes("name" or n°) returns the specified note as a string.
Notes("name"):="your text" creates the note.
Notes("name"):="" deletes the note.

ANote is the equivalent for applications, it allows you to create
modify or delete the note of the active application.

thank you very much Tyann, it's just what i'm looking for
Find all posts by this user
Quote this message in a reply
Post Reply 




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