Creating prgm. by another prgm. - 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: Creating prgm. by another prgm. (/thread-12090.html) |
Creating prgm. by another prgm. - John P - 01-04-2019 03:45 PM Hello, If in some prgm, in CAS mode, a make some prgm for ex. 2*x+1. I can get it to the command line as: program({x},{0},2*x+1). How can I get it to the command line in the form: (x)->2*x+1. It changes to what I want: (x)->2*x+1, but I must copy it to the command line and press ENTER to get it. Thank you. |