Hi,
If I create an applet "MyApp" then edit the program
EXPORT MyApp()
BEGIN
If I put some code here when will it be evaluated ?
What use can we do?
END;START()
BEGIN
Evaluated at the beginning...
END;
....
Thanks for answers...
HP PRIME - APP Programing question
|
|
« Next Oldest | Next Newest »
|
▼
Post: #4
10-26-2013, 06:07 AM
Hi, If I create an applet "MyApp" then edit the program
EXPORT MyApp() Thanks for answers... ▼
Post: #5
10-26-2013, 05:14 PM
Quote: Regarding MyApp() -- it's just another function that can be used for whatever you want. It would only be evaluated when called either from the command line (like any other program) or from another program. ▼
Post: #6
10-27-2013, 10:23 AM
Thanks Han for your answer.
EXPORT Function() Then launch Function from the command line... I have 10 in response... But the calculator freeze When I try to use APP key or when I try to access to function code with the program editor in order to remove the code... I have to use the reset hole...
|