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
 All Forums
 Origin Forum
 Origin Forum
 Worksheet name length and ASCII multiple import

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
neutrondude Posted - 11/26/2006 : 4:53:19 PM
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!


2   L A T E S T    R E P L I E S    (Newest First)
zachary_origin Posted - 11/28/2006 : 03:23:02 AM
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.
larry_lan Posted - 11/28/2006 : 12:46:59 AM
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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000