HP Forums
RUN - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: RUN (/thread-9200.html)



RUN - Tyann - 09-30-2017 03:11 PM

Bonjour

Une chose que je viens de remarquer :
un programme contenant plusieurs fonctions ou programmes exportés.
depuis l'écran de calcul si vous selectionner l'un de ces programmes/fonctions
son nom s'affiche dans la ligne de commande.

Si vous nommez un de ces programmes/fonctions RUN :
en selectionnant celui-ci vous obtiendrez dans la ligne de commande:
NomProgramme.RUN
A noter que si vous pressez ENTER le programme/fonction s'exécute normalement comme
les autres.


Hello

One thing I just noticed:
a program containing several exported functions or programs.
from the calculation screen if you select one of these programs / functions
its name appears in the command line.

If you name one of these programs/functions RUN :
by selecting this one you will get in the command line:
NomProgramme.RUN
Note that if you press ENTER the program / function runs normally as
others.


RE: RUN - Tim Wessman - 10-02-2017 06:34 PM

Hello,

Are you saying that ONLY when there is a program of the type:

EXPORT RUN()
begin...end;

You see the reported behavior, and not with other names?


RE: RUN - Tyann - 10-02-2017 06:40 PM

(10-02-2017 06:34 PM)Tim Wessman Wrote:  Hello,

Are you saying that ONLY when there is a program of the type:

EXPORT RUN()
begin...end;

You see the reported behavior, and not with other names?

Bonjour
Oui c'est cela avec RUN seulement.


Hello
Yes that's it with RUN only.


RE: RUN - Tim Wessman - 10-02-2017 06:46 PM

Ok, thank you!

That does seem strange and I will investigate and fix if needed.