SelectElement() shorthand ?
Posted: Sat Aug 14, 2010 8:47 pm
It might be handy if the PB compiler could handle some shorthand that would eliminate the need to call linked list command SelectElement() ...
For example, it would be nice if instead of this ...
SelectElement(mylist(), 7)
mylist()\MyField = 12345
... we could do this instead:
mylist(7)\MyField = 12345
This shorthand would issue an implicit SelectElement and make element 7 the current list element before the assignment.
Doable?
For example, it would be nice if instead of this ...
SelectElement(mylist(), 7)
mylist()\MyField = 12345
... we could do this instead:
mylist(7)\MyField = 12345
This shorthand would issue an implicit SelectElement and make element 7 the current list element before the assignment.
Doable?