Describe the bug
impossibility to define an array from any index other than zero
To Reproduce
Steps to reproduce the behavior:
- Go to AX project
- define in AXOpen.Data.AxoDataEntity aray without zero index (example ArrayStartFromOne : ARRAY[1..7] of BOOL;)
- compile axsharp then axopen
- See error