The Origin Forum
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
 Origin Forum
 Worksheet name length and ASCII multiple import
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

neutrondude

Brunei
Posts

Posted - 11/26/2006 :  4:53:19 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi,
I have a problem with importing data. I have to handle huge amount of data files and I also want to have keep some long file names.
How can I keep the same name in different worksheets as the correponding data files?
I am extremely thankful for any suggetions
Thanks a lot!


larry_lan

China
Posts

Posted - 11/28/2006 :  12:46:59 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi:

The window short name is unique in an Origin project, but you can use the same Window Labels. To see the window labels, right-click the window title and select Rename, then check Both Name and Label.

Larry
OriginLab Technical Services
Go to Top of Page

zachary_origin

China
Posts

Posted - 11/28/2006 :  03:23:02 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
As Larry has pointed out you can not make the worksheets have same name. Maybe you can rename the worksheets in the format of something like NAME+NUMBER, e.g. AAA1, AAA2...
If you want, the following script can be used:


count = 0;
doc -e w
{
count=count+1;
win -r %H AAA+$(count)
};



Zachary
OriginLab Technical Services.
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000