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
 select labels
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

5*10

Germany
Posts

Posted - 03/23/2006 :  08:34:20 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version (Select Help-->About Origin): origin 7G SR2
Operating System:win 2k

Hi,
is there any possibility to select several named labels (leg1, leg2..). After the selection I want to group them.

Will be nice if someone can help me

Greets 5*10

Mike Buess

USA
3037 Posts

Posted - 03/23/2006 :  08:44:51 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
page -s leg1; // select leg1 (this will clear the current selection first)
page -sa leg2; // also select leg2
page -sa leg3; // also select leg3
select -rg; // group selections

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 03/23/2006 08:45:45 AM
Go to Top of Page

5*10

Germany
Posts

Posted - 03/23/2006 :  09:49:34 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks a lot.

But I have another question,
Is there a posability to get a messagebox with the possibility to enter more than one string values

Greets

5*10

Go to Top of Page

Mike Buess

USA
3037 Posts

Posted - 03/23/2006 :  10:05:04 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
LabTalk's getn command can ask for up to six numeric or string variables. This asks for and returns six string variables...

getn (string 1) %%A
(string 2) %%B
(string 3) %%K
(string 4) %%L
(string 5) %%M
(string 6) %%N
(Enter strings...);
%A=; %B=; %K=; %L=; %M=; %N=;

Mike Buess
Origin WebRing Member
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