I don't know about you, but when I'm starting a project I often find it nessacary to hardcode in large amounts of information into arrays.
And because of that I usually copy and paste a set I've already completed, like so:
Code: Select all
Commands(1)\Name="push"
Commands(1)\Number=1
Commands(1)\Parameters=1
Commands(1)\Type[1]=#Type_Any
Of course I have to redefine what each array holds, but thats a given. What bugs me is that I also have to redefine the index of the array. I think it'd be a nice feature if there was a special paste function that automatically updated the index of the array, ala - excell.
A minor thing, but it'd save me a lot of keystrokes

.