ix-ax / axsharp

[This repository is for active development.] AX# binds SIMATIC AX based projects with .NET ecosystem.
https://ix-ax.github.io/axsharp/
MIT License
48 stars 11 forks source link

[BUG] impossibility to define an array from any index other than zero #183

Closed LukasKytka closed 1 year ago

LukasKytka commented 1 year ago

Describe the bug impossibility to define an array from any index other than zero

To Reproduce Steps to reproduce the behavior:

  1. Go to AX project
  2. define in AXOpen.Data.AxoDataEntity aray without zero index (example ArrayStartFromOne : ARRAY[1..7] of BOOL;)
  3. compile axsharp then axopen
  4. See error
PTKu commented 1 year ago

/cib

PTKu commented 1 year ago

Branch 183-_BUG_impossibility_to_define_an_array_from_any_index_other_than_zero created!