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
 X and Y position
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

wokywoky

Spain
4 Posts

Posted - 03/18/2015 :  06:33:21 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi again people,

I was wondering if there is a simple way of knowing the values of the X and Y columns corresponding to a certain position. More genericly speaking, like knowing for the first, second, third position, etc. the values of the column 1 and column 2.
Thanks in advanced,
K.

GG

jasonzhao

China
262 Posts

Posted - 03/18/2015 :  10:03:12 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello,

Please run the Labtalk Script below in script window:

for(i=1;i<4;i++){
col(1)[$(i)]=;
col(2)[$(i)]=;
}


and refer to this page for further informations.
http://www.originlab.com/doc/LabTalk/ref/Col-func#Col.28colNameOrNum.29.5BrowNum.5D

Best regards!
Jason
OriginLab Technical Service
Go to Top of Page

wokywoky

Spain
4 Posts

Posted - 03/19/2015 :  9:51:48 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Don't know how the heck I didn't find that part of the script before, probably I just search with the wrong tags. Thanks a lot jasonzhao.
K.

GG
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