would also work for you! Why it should not? what's the problem? workaround is not clean code. try directly ;)
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
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