Cleaning up code - help me
|
12-16-2015, 07:44 AM
Post: #2
|
|||
|
|||
RE: Cleaning up code - help me
Hello,
For something like this, the code will be somewhat hard to read. Even the mighty MAKELIST can not help you here as you are trying to generate 2 elements per loop. I did try to simplify things using lists, but even this fails because you need to do something like: List(0):= { L3(Varaible), ....} with Variable being evaluated but L3(...) being NOT evaluated! I guess if PPL had an apply function, it could be build, but even that would not be very obvious/readable. Cyrille Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Cleaning up code - help me - chromos - 12-15-2015, 05:57 AM
RE: Cleaning up code - help me - cyrille de brébisson - 12-16-2015 07:44 AM
RE: Cleaning up code - help me - Didier Lachieze - 12-16-2015, 05:20 PM
RE: Cleaning up code - help me - chromos - 12-17-2015, 06:25 AM
RE: Cleaning up code - help me - cyrille de brébisson - 12-17-2015, 07:23 AM
|
User(s) browsing this thread: 1 Guest(s)