File Exchange
Try Origin for Free
The Origin Forum
Home
|
Profile
|
Register
|
Active Topics
|
Members
|
Search
|
FAQ
|
Send File to Tech support
Username:
Password:
Save Password
Forgot your Password?
|
Admin Options
All Forums
Origin Forum for Programming
LabTalk Forum
2 simple questions
New Topic
Reply to Topic
Printer Friendly
Author
Topic
Selinger78
Germany
Posts
Posted - 01/21/2010 : 11:31:01 AM
After years I need to use origin (V 6.0) again.
I want to use the worksheet script and have two questions:
1. Is there a simple command to delete empty lines in a specified worksheet (e.g. Data1)?
2. Is the an easy way to change the column names in a specified worksheet (e.g. Data1)?
Best regards,
Selinger78
larry_lan
China
Posts
Posted - 01/21/2010 : 8:51:42 PM
1.
mark -d
command. Such as, deleting row 3 in Data1"
mark -d data1_a -b 3 -e 3
2.
worksheet -n colRef newName
. For example, rename the 2nd column to "Hello":
worksheet -n 2 Hello;
Selinger78
Germany
Posts
Posted - 01/22/2010 : 05:32:14 AM
Thanks for the answer!
An addition to my question #1:
Is there a possibility to delete ALL empty rows of a certain worksheet?
Regards,
Selinger78
Edited by - Selinger78 on 01/22/2010 05:35:17 AM
greg
USA
1378 Posts
Posted - 02/18/2010 : 3:26:08 PM
While it might be possible to to come up with a script using the mark command which does what you ask, I recommend upgrading to the latest Origin because there is a rather nasty bug in 6.1 where the mark command sometimes deletes columns.
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Origin Forum
Origin Viewer Forum
Origin Forum
Origin Forum for Programming
Forum for Python
LabTalk Forum
Forum for Origin C
Forum for Automation Server/COM and LabVIEW
Origin中文论坛
Origin 中文论坛 (Chinese Origin Forum)
Japanese Origin Forum
Origin日本語フォーラム (Japanese Origin Forum)
Origin on Linux
The Origin on Linux Forum
Private Forums
Distributor Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
The Origin Forum
© 2020 Originlab Corporation
Snitz Forums 2000