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
 Forum for Origin C
 Manual for Origin C ???
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

schlambi

Belgium
Posts

Posted - 08/16/2004 :  07:01:40 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
HI

I am new to programming in Origin C. I did some in C already and found out that is not the same as in Origin. I would like to know if there is any manual or tutorial where I can find the basic definitions and orders. I need a good point to start from. Thnx for any help.

Greetings schlambi

Iris_Bai

China
Posts

Posted - 08/17/2004 :  04:03:59 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi schlambi,

Tutorials is very good for starting learn Origin C. You can select Help -> Tutorials to open and choose programming Tutorials section.

Another way, select Help -> Programming to open the help file. It include many detailed programming related knowledge. In Origin C Language Reference -> Classes -> Internal Origin Objects -> Worksheet -> AddCol, can find Example. Copy the example code into one function in Code Builder. Like

void tt()
{
Worksheet wks("data1");
int colnum = wks.AddCol(); //Add a new column
colnum = wks.AddCol("Temp"); //Add a new column, called Temp
}

The purpose of codes is same as Column -> Add New Columns in Origin.

Iris

Edited by - Iris_Bai on 08/17/2004 04:05:10 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