Hi,
I started working with linear programming inside of BC and the procedure I created is a recursive procedure that receives an integer and a list as parameters.
Now the problem is the following.
The Recursive procedure works with the integer and the values are stored at the specific stages of the recursive procedure, but the the list value is kept to whatever was last removed.
Even when moving back to the beginning of the first loop. the list is not returned to the initially list values.
It might be that AL does not cater for storing Lists in recursive procedures but I could find any documentation to confirm it.