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
 Direct access to column label
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

tib

Switzerland
105 Posts

Posted - 01/11/2002 :  05:21:11 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
one can access a column label by different methods.

1. %M=wksName!wks.col[n].label$
That's not good because you first have to assign this to a variable.

2. %(colNum,@L) or %(colNum)
(BTW what's the difference? Why do you need @L at all?)
That's also not good because you have to have make the workheet active.
You do not want to use "win -a WksName" but might use win -o winName {script}

These methods are not practical, e.g. if you want to display a label which contains
the column labels of some other worksheets which is also automatically updated when
these labels change.

I was hoping for something straightforward like in case of colum name.
%(wksName,@C,colNumber). Why does this not work for @L option?
Any ideas? Thanks, Tilman.

Laurie

USA
404 Posts

Posted - 01/11/2002 :  5:19:01 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Not sure why we don't support this, but I entered a suggestion for this in our tracking database.

%(colNum,@L) or %(colNum) work the same because the default is to display the label if it exists.



OriginLab Technical Support
Go to Top of Page

bluedragon7

Germany
Posts

Posted - 09/01/2006 :  09:35:52 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I have the same Problem as tib and would like to use
%(wksName,@L,colNumber)
or a similar solution in my templates. Any suggestions? Or any news to support this feature?

Thanks, Karsten
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