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 for Programming
 LabTalk Forum
 Activate a workbook
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

kdsaransh

India
89 Posts

Posted - 04/10/2015 :  1:18:52 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
hello,

I am facing a very strange problem:

I can activate a workbook named as " book1" or something like that. but i cannot activate a workbook named as"Dummydrain4terminalidvd"
I don't know the problem.

if you could sort my problem out.

Thanks in advance.

lkb0221

China
497 Posts

Posted - 04/13/2015 :  10:26:24 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

Because that name is too long for a short name.
So either it has been trimmed to "Dummydrain4te" or it's actually a long name.

To active a window with it's long name:
range rr = ["Dummydrain4terminalidvd"]; // Define range variable with long name
window -a %(rr.name$); // Activate it


But be careful that long names can have duplicates.


Zheng
OriginLab

Edited by - lkb0221 on 04/13/2015 10:26:38 AM
Go to Top of Page

kdsaransh

India
89 Posts

Posted - 04/14/2015 :  06:40:35 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Many many thanks
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