
P2 NCEA L1 COMPUTING
Add this code to the SAVE button.
recordnumber = recordnumber + 1
student(recordnumber).name = txtName.text
student(recordnumber).House = cboHouse.text
student(recordnumber).Grad = cboGrad.text
txtName.clear
Add this code to the SHOW button:
Dim num as integer
For num = 1 to recordnumber
lstShow.items.add(student(num).name & " " & student(num).House & " " & student(recordnumber).Grad)
Next
P4 CIE A2 COMPUTING
Continue project work
P6 CIE IGCSE ICT
Start practice on any IGCSE Paper 3 and prepare questions for Friday’s lesson should you have any trouble with questions
No comments:
Post a Comment