company logo
579 (E)- Constructor parameter list for variable '%1' in '%2::%3' are allowed for system types, only

Constructor parameter lists for local variables are allowed for system type variables, only. In order to initialize user-defined type variables one may assign simple or complex constants as in the example below.

  int     number = 0;

  Person  p = { name 'Miller', first_name { [0] 'Anton',[1] 'Jaqueline'} };

PROCESS

  ...

}