Asked
— Edited
The example:Code:
$LaterHour = $hour
$LaterMinute = AddMinute($minute, 1)
RepeatUntil($hour < $LaterHour AND $minute < $LaterMinute)
Print($second)
EndRepeatUntil
Verification of syntax reports 'No errors'
When I start the script I receive the error in the debug window
Quote:
Error on line 2: Unknown function: AddMinute
What am I missing in this code?
Code:
Should provide with this;
The syntax is;
AddMinutes([time],[number of minutes])
You know I was looking at that and saw AddSeconds() and AddHours() used 's' as well, another thought but looked over it.