Hi,
I think bhuizinga is trying to handle Minute1,Minute2,
Minutes3 and so on, and these are OBJECTS ?
Maybe Array function will solve this,
<SCRIPT LANGUAGE = "VBScript">
Dim myMinute
myMinutes = Array(Minute1,Minute2,........)
nCount = 0
Do While nCount < yourmax 'number of...