T O P I C R E V I E W |
mamoret |
Posted - 11/21/2006 : 7:45:21 PM Origin Version (Select Help-->About Origin): 7.5 Operating System: WinXP
Hello, I'm a newbies with Origin and my question is about the Header Variables obtained with the Import Wizard... So, I want to use one of theses variable in a Set Columns Values... function.
So can I do this simply without using a lot of .C code 
Thank a lot you for answer !!
ps: sorry for my poor English |
2 L A T E S T R E P L I E S (Newest First) |
mamoret |
Posted - 11/22/2006 : 10:45:05 AM Thanks zachary, It works fine !!! |
zachary_origin |
Posted - 11/22/2006 : 01:33:00 AM Use this: pg_get_info_val("L3v2"), where L3V2 is the variable name defined in Import Wizard.
for string variables, you can access them by the script like: var$=pg_get_info_str("L1V1")$
To view the variables, you can type page.info.= and press ENTER in Script Window.
Zachary OriginLab Technical Services. |
|
|