Today we will be going through our C4 Assignment 2: Alarm clock.
and using loops to perform repetative tasks
Monday, April 27, 2009
Sunday, April 26, 2009
Sunday, April 19, 2009
Arrays
20/04/2009 - Today we went through what arrays. egs
Dim string (3) As String which has 4 elements
strstring(0) = "first string"
strstring(1) = "2nd string"
strstring(2) = "3rd string"
strstring(3)= "4th string"
Dim string (3) As String which has 4 elements
strstring(0) = "first string"
strstring(1) = "2nd string"
strstring(2) = "3rd string"
strstring(3)= "4th string"
Subscribe to:
Posts (Atom)