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
 Special variables and copypage

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
hgibhar Posted - 10/13/2006 : 06:50:06 AM
Origin Version (Select Help-->About Origin): 7.5
Operating System: XP Prof

Hi to all,

is it possible to export special variables like "%g" with graph windows?

I have a graph window with a label, which contains variables like %G and %X and %H. In Origin the label is correct; but, if I choose copypage to import this window into Word, the value for %X is not visible and %G is changed to untitled.opj. %H remains correct.

Thank you for some hints

Holger
1   L A T E S T    R E P L I E S    (Newest First)
Laurie Posted - 10/13/2006 : 09:59:47 AM
Hi Holger,

When you created this label, you had to check the "Link to variables (%,$)" checkbox in the Label control dialog. This allowed the value of %X and %G to be displayed instead of the literal "%X %G".

As you saw, when you copypage, the values of %X and %G are not saved. (We should most likely fix this in a future version.)

What you can do to get around the problem is to use the label command to add your label. You then don't need to have the "Link to variables (%,$)" checkbox checked.

Try the following:
label -s -sa -d (.6*page.width) (.05*page.height) -n filestamp \v(%X)\v(%G);

Note: The \v (verbatim) escape sequence overrides any escape sequences that are included in the text. This is particularly useful when displaying a path that includes a backslash '\' .

Laurie


OriginLab Technical Support

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