Hi people, was just stoning at the com and chatting when i thought about this, its quite "huh" but if you get it its quite funny and lame too... in visual basic syntax, edited to make it more readable... haha have fun :)
Type Tutorial
DateDone As Date
Action As Action
Expires As Date
End Type
Declare Tutorials() As Tutorial
For i = 0 To Tutorials.Maximum
Tutorials(i).Expires = Now
Let Tutorials(i).Action = Pia...?
Tutorials(i).DateDone = Tutorial(i).Expires - 1 Second
AddTutorial infinity
Next i
Function AddTutorial(Number)
Tutorials.Add Number
End Function
0 comment(s):