Firstly, if anyone is familiar with Macromedia Director Lingo scripting then you'll know what I'm talking about. I programmed in Lingo for many years, but now find it horribly clunky and slow. (Blitz made all my dreams come true. ;))
Though there is one element of Lingo programming that I liked and used a lot - Linear and Property Lists.
With these lists I was able to manipulate values within variable 'lists'. I could add and subtract values as I pleased and also count the number of values in the list.
Is this possible with Blitz? I know the Dim command is the closest match, but it doesn't allow me to add or subtract values without having to redim the array and lose all the existing values in the process. If someone knows of a way to achieve my 'list' approach then please let me know!
Thank you.
Though there is one element of Lingo programming that I liked and used a lot - Linear and Property Lists.
With these lists I was able to manipulate values within variable 'lists'. I could add and subtract values as I pleased and also count the number of values in the list.
Is this possible with Blitz? I know the Dim command is the closest match, but it doesn't allow me to add or subtract values without having to redim the array and lose all the existing values in the process. If someone knows of a way to achieve my 'list' approach then please let me know!
Thank you.