Why?
Without the []-chars it is possible to run the command.
This I found should be fixed.
Code: Select all
Structure test
arr.i[2]
EndStructure
Debug OffsetOf(test\arr[0])
Code: Select all
Structure test
arr.i[2]
EndStructure
Debug OffsetOf(test\arr[0])
Code: Select all
Structure test
arr.i[2]
EndStructure
Debug OffsetOf(test\arr)