Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
if (Event.SourceType == "MACRO")
{
    
varmsgstr = GetLinkedObjects("CAM","1","MACRO")
    
DebugLogString("СвязанныеLinked объектыobjects  " + msgstr);

}

 

As a result the "Linked objects MACRO:1" message will be displayed in the script debug window.