HP Prime Programming. - 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: HP Prime Programming. (/thread-2696.html) |
HP Prime Programming. - mpowell@rogershsa.com - 12-22-2014 10:12 PM Woo-Hoo! So far, I have created 38 programs on my HP Prime. RE: HP Prime Programming. - cyrille de brébisson - 12-23-2014 07:22 AM Hello, That is a lot, what do they do? If some of the program do belong together, the original thought was that they would be packaged in a single source file so limit the number of actual programs in the list... Is that something that would help you clear/clean up your program directory? Cyrille RE: HP Prime Programming. - mpowell@rogershsa.com - 12-23-2014 08:48 AM (12-23-2014 07:22 AM)cyrille de brébisson Wrote: Hello, Wow, did not know I could do that. Still new to HP Prime. They are actually separate programs that have equations in them. RE: HP Prime Programming. - cyrille de brébisson - 12-24-2014 06:19 AM Hello, 1 "program file" can contain any number of EXPORTED command, thus allowing you to group multiple items in 1 single file. Cyrille |