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
 label: limitation in text length

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
nicoc Posted - 02/26/2005 : 08:32:55 AM
Origin Version (Select Help-->About Origin): Origin 7
Operating System: XP

When I enter this command for example:
label -q 1 -j 1 -sa -f arial -n montitre \p130(MX645 sample 3-6 1G SOI n-MOS Vd=10 mV T=300 K)\n \p130(L=.3 \g(m)m W=0.32 \g(m)m R=1 M\g(W) G=10\+6)

, the end of the label is cut. Is there a limitation in text length with this command?
Thanks,
nicolas
2   L A T E S T    R E P L I E S    (Newest First)
nicoc Posted - 02/26/2005 : 9:23:29 PM
That's fine, thanks
nicolas
Mike Buess Posted - 02/26/2005 : 1:26:34 PM
Hi Nicolas,

Try this...

%Z=\p130(MX645 sample 3-6 1G SOI n-MOS Vd=10 mV T=300 K) \n\p130(L=.3 \g(m)m W=0.32 \g(m)m R=1 M\g(W) G=10\+(6));
label -q 1 -j 1 -s -sa -f arial -n montitre %Z;

Note the added -s switch and the parenthesis around the final superscript.

Mike Buess
Origin WebRing Member

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