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 for Programming
 LabTalk Forum
 getnumber change in Origin8?

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
tib Posted - 10/01/2009 : 11:26:45 AM
Hi there,

In Origin 7.5 and earlier I used the following LabTalk Code for making a selection from a Drop-Down list:

%L=(iv el lt pc qe re pl);
getnumber (Change Datatype) (EXN:L) (Change Datatype Suffix);
%O=%[%L,#EXN];
After closing the pop-up window, %O contained the chosen value.

Now with Origin8 it seems not to work anymore.
Because I do not get a drop down list but a single line "iv el lt pc qe re pl"

What has changed? Any ideas? What do I have to change?
Thanks for any hints,
Tilman.

Origin Ver. and Service Release (V8 SR6):
Operating System: Vista
1   L A T E S T    R E P L I E S    (Newest First)
tib Posted - 10/02/2009 : 07:45:01 AM
...OK, found it...

in Origin 7.5 and earlier

%L = (iv el lt pc qe re pl);

was working. Apparently in Origin 8 you have to type:

%L = "iv el lt pc qe re pl";

Minor detail...

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