company logo
582 (E)- Cannot assign system class instances by operator= - use assign by reference.

Several system functions cannot be assigned using property assignment (operator=) and do also not support an assign function. System classes as context classes cannot be assigned to other instances. In order to pass system classes that cannot be copied, one may use reference variables and assignment by reference.