Hi Matt,
Sorry for the inconvenience. I will bring your comments to our share meeting to see if we can improve our document and provide more example in the future.
In the example, it in fact introduces a powerful method to executes a LabTalk script. For example, you could save the current project by
invoke(originObj, 'Execute', 'save D:\MATLABCallOrigin.opju;');
LabTalk can help to maintain most of Origin Object, use like:
invoke(The specific object you are going to do something on it, 'Execute', LabTalk Script);
Hope it can be some help.
Regards,
Yuki
OriginLab