From-Worksheet-Cell
Run Script from Worksheet Cellscript, from worksheet cell
Executable LabTalk script can be inserted into worksheet cells, including cells in column label rows with the following syntax. The DisplayedText is optional. Without it, the script itself will show.
labtalk://Script DisplayedText
Note: If the script opens a dialog, please prefix the script with ;. Otherwise after closing the dialog, the cell with end up in edit mode.
To edit it again:
Examples
labtalk://wks.ncols+=1
labtalk://";smooth -d" Open Smooth Dialog
labtalk://;run.section(file.ogs, open) Open File...
Please visit Inserting Executable LabTalk Script for more information.