HP50g forums / community is there such alive?
|
11-04-2015, 06:08 PM
(This post was last modified: 11-04-2015 06:29 PM by Vtile.)
Post: #26
|
|||
|
|||
RE: HP50g forums / community is there such alive?
(11-04-2015 05:17 PM)peacecalc Wrote: Hello vtile,Unfortunately no ![]() : TEST : A B 2 ->Arry : + : 'TEST' STO : TEST : C D 2 ->Arry : + : 'TEST' STO TEST = {[A B] [C D]} Still even that seems need to loading the whole variable TEST to stack adding the new object to it and storing it back to its name.. OK.. I think I solved this, while typing the answer for you post, thx. ![]() Quote:Using STO+ to add two arrays (where obj is an array and name is the global name of an array) requires less memory than using the stack to add them.Need some more testing with all data types it seems, but atleast this is somewhat decent solution for problem in hand. If object test have a list as TEST = {[A B] [C D]} Then: [8 8] 'TEST' STO+ => TEST = {[8 8] [A B] [C D]} Next thing is to test it with pure Arroys, but it might turn to typical adding machine instead of append command. -Vtile |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: