Free42 Programming Question (HP42S)
|
11-29-2022, 11:28 PM
Post: #2
|
|||
|
|||
RE: Free42 Programming Question (HP42S)
You can use XEQ "ATOX" to access the ATOX function. When you enter XEQ "name", the calculator will first search for a LBL "name", and if it doesn't find one, it will then look for "name" in the catalog of built-in functions (CATALOG->FCN). If you do this in PRGM mode, it will store ATOX in the program, not XEQ "ATOX".
You can also access all built-in functions by executing them from CATALOG->FCN, but you probably won't usually want to do that, since that menu has 42 rows, so finding functions that aren't close to the ends of the list is a bit cumbersome. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Free42 Programming Question (HP42S) - cbarberis - 11-29-2022, 03:46 PM
RE: Free42 Programming Question (HP42S) - Thomas Okken - 11-29-2022 11:28 PM
RE: Free42 Programming Question (HP42S) - pinkman - 11-30-2022, 06:12 AM
|
User(s) browsing this thread: 1 Guest(s)