Activity for aikapan

  • aikapan aikapan posted a comment on discussion Engineering

    would also work for you! Why it should not? what's the problem? workaround is not clean code. try directly ;)

  • aikapan aikapan modified a comment on discussion Engineering

    get rid of this: := FB_init is a method/funciton and needs to be called! not assigned... Do it like the following: MyArray : ARRAY [1..2] OF MyObject[ (ID:=24), (ID:=17) ]; Then intellisense works at least at the first line though

  • aikapan aikapan posted a comment on discussion Engineering

    MyArray : ARRAY [1..2] OF MyObject** := **[ (ID:=24), (ID:=17) ]; get rid of this! Do it like the following: MyArray : ARRAY [1..2] OF MyObject[ (ID:=24), (ID:=17) ]; Then intellisense works at least at the first line though

1