HP-48G local variables within subroutine
|
05-17-2023, 02:09 PM
(This post was last modified: 05-17-2023 02:34 PM by Boub65.)
Post: #7
|
|||
|
|||
RE: HP-48G local variables within subroutine
Hello and thanks for the examples.
My question is how can I use a local variable to do intermediate calculations within a subroutine that is NOT arguments transmitted to the subroutine NOR global variables. For example I want to put a * b in "local variable" local_c to use it later in the subroutine. Example : 《 -> a b 《 a b * 'local_c' STO then use local_c in this subtoutine... 》》 The scope of the local variable local_c would be restricted to the subroutine and we would not find it in the global variables (using VAR) after the subroutine ends. aka LSTO in Free42. I hope I am clear enought? Cordialement, Sincerely, 73 Boubker. HP41C,CV/HP48SX/HP42s/HP32Sii/DM15L/DM41L/DM41X/DM42 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP-48G local variables within subroutine - grbrum - 05-16-2023, 11:41 PM
RE: HP-48G local variables within subroutine - FLISZT - 05-17-2023, 01:58 AM
RE: HP-48G local variables within subroutine - Werner - 05-17-2023, 07:22 AM
RE: HP-48G local variables within subroutine - FLISZT - 05-17-2023, 07:51 AM
RE: HP-48G local variables within subroutine - grbrum - 05-17-2023, 03:21 AM
RE: HP-48G local variables within subroutine - FLISZT - 05-17-2023, 06:00 AM
RE: HP-48G local variables within subroutine - grbrum - 05-18-2023, 05:16 AM
RE: HP-48G local variables within subroutine - Boub65 - 05-17-2023 02:09 PM
RE: HP-48G local variables within subroutine - 2old2randr - 05-17-2023, 10:33 PM
RE: HP-48G local variables within subroutine - BruceH - 05-18-2023, 09:12 PM
RE: HP-48G local variables within subroutine - FLISZT - 05-18-2023, 12:24 AM
RE: HP-48G local variables within subroutine - Thomas Klemm - 05-19-2023, 04:00 PM
|
User(s) browsing this thread: 2 Guest(s)