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
 Loop over certain columns
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

cougar2

Germany
Posts

Posted - 01/06/2004 :  09:15:26 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi everyone,

Im using the following script to calculate values in worksheet a1 (column f) from worksheet b1 (also column f):

a1_f=(b1_f-b1_f[23])/(b1_f[1]-b1_f[23]);

Can I loop over a certain column range in a1 and b1, say from column b to s? With the wks.col command I cannot access certain values, I guess.

Thank you
Cougar

edgar.kaiser

Switzerland
29 Posts

Posted - 01/06/2004 :  10:04:59 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Cougar,

try wks.cNamen$. n (left to the $) is the column number.

e.g. if you set ii = 2
a1_wks.cName$(ii)$ will refer to a1_b.

Regards,

Edgar
Go to Top of Page

cougar2

Germany
Posts

Posted - 01/06/2004 :  10:44:59 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Edgar,

thanks again so much!!

Cougar

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