04-11-2013, 02:59 PM
Hey there!
I'm using this function you created because it's really handy but I'm getting a problem. I was able to use it no problem until I got to SetAdvancedScheduleOptions.
My code is simple, goes like this:
After I run it, I get this error:
"Error (RT) in teste2: no schedules added. ?"
Any ideas what I'm doing wrong?
Thanks in advance!
I'm using this function you created because it's really handy but I'm getting a problem. I was able to use it no problem until I got to SetAdvancedScheduleOptions.
My code is simple, goes like this:
#compile "__ScheduledTask"
ScheduledTask T
T.Create("teste")
T.SetAdvancedScheduleOptions("" "" 1 100)
T.SaveAfter I run it, I get this error:
"Error (RT) in teste2: no schedules added. ?"
Any ideas what I'm doing wrong?
Thanks in advance!
