Hi all, I know that in OriginC there is an ExecuteFormula() command that updates the "set column values"-formulae in a worksheet (or at least a single column). I would like to use this functionality also in labtalk, but did not find anything in the help, and the forum search times out everytime I try to search. Therefore my question: Is there any simple function in labtalk that I could use for updating the formulae in the active worksheet, or would I have to write sort of an OriginC wrapper class? Any help appreciated. Best, Stefan
There is a "run -p au" script command, see documentation on run command.
This command option will update all operations in Origin 8 that are pending and are in need of update. So it is not operation specific, but updates all operations in need of update.