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

doncev

Germany
10 Posts

Posted - 04/15/2011 :  06:25:21 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. 8 and Service Release 6 (Select Help-->About Origin):
Operating System:xp

Hi
I have several problems where I would need a help.
I can not really find out how one can define a range to be a row of a worksheet or matrix. Second is there a labtalk command that allows delete of a matrix column? Can someone help me. Thanks.
J

asenv

35 Posts

Posted - 04/22/2011 :  06:38:02 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Doncev,
i am not from the origin team, but you can try this:

Declare and define range of Wkb Data1, Wks Sheet1: Range ac = [Data1]1!;
Declare and define range of Wkb Data1, Wks Sheet1, Column1: Range ac = [Data1]1!1;

You can define also single cell, so you can go through all cells in that row that you want:
Declare and define range of Wkb Data1, Wks Sheet1, Row1,Column1 - Range ac = [Data1]1!(1,1);

Hope it helps mate,
Cheers

Edited by - asenv on 04/22/2011 06:44:17 AM
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