I think it would be a nice feature to have an autocomplete window for structures:
Code: Select all
Structure structure_mydata
example.s
pureNumber.l
pureString.s
EndStructure
NewList myList.structure_mydata()
Debug myList()\pur|
In my opinion, this is very useful, because otherwise, you must scroll up/down everytime to see which items you've got.