object- button, text box
event- hover, click, type something in
properties- colour, text, size
variable- string variable is letters and/or numbers, integer variable is a whole number, decimal variable is number with some sort of decimals in it.
way to tell the programme its a variable is to enter: Dim *insert name of variable here* As *either String, Integer or Decimal*. Eg. Dim clock As Integer
No comments:
Post a Comment