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
 X and Y position

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
wokywoky Posted - 03/18/2015 : 06:33:21 AM
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
2   L A T E S T    R E P L I E S    (Newest First)
wokywoky Posted - 03/19/2015 : 9:51:48 PM
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
jasonzhao Posted - 03/18/2015 : 10:03:12 PM
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

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