Friday, April 24, 2015

Adding object

Student myStudent = new Student()
myStudent.sFirstName = "Bob";
// set the rest of your parameters

myStudents[0] = myStudent;

I think this is what you are looking for.

No comments:

Post a Comment