Enhancement for @list()
Posted: Thu Feb 18, 2010 2:24 pm
Could it be made so that @list() will return 0 if the list doesn't have a current element - currently it reports an error.
Likewise, could ChangeCurrentElement(LinkedList(), 0) set the list not to have a current element.
This would make code surrounding temp alteration of lists less complicated and not lead to crashes if you dont check the listindex first.
Likewise, could ChangeCurrentElement(LinkedList(), 0) set the list not to have a current element.
This would make code surrounding temp alteration of lists less complicated and not lead to crashes if you dont check the listindex first.