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
 Origin Forum
 cell(1,2) = "Temperature Diff"
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

shyamigcar

India
37 Posts

Posted - 08/30/2013 :  11:19:13 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
When I type cell(1,2) = "Temperature Diff"
I get the output as TEMPERATURE DIFF. Is there any other way to get this out put.

Hideo Fujii

USA
1582 Posts

Posted - 09/03/2013 :  12:06:25 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi shyamigcar,

Other ways include:

1) Use a range notation such as
range rr=col(2);
rr[1]$="Temperature Diff";
2) Use col(<column#>)[,row#>] function such as
col(2)[1]$="Temperature Diff";
Has this answered to your question?

--Hideo Fujii
OriginLab
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