Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
louding
Posted - 08/19/2003 : 04:35:54 AM hi, I need to do a lot of calculation between different columns. how to delete or create a colomn with script? how to define virables in origin 6.1? thanks a lot.
1 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 08/19/2003 : 07:07:36 AM To create, delete or do anything else with columns use the "worksheet" command and/or "wks" object described in LabTalk help.
xx=10 defines the variable xx and gives it the value 10. See "Overview->Data types" in LabTalk help for more.