Hello,
Can any one tell me how i print all information on this loop?
Its take sheculed program on eyetv.
Here is my code.
I hope some one can help me. And im sorry if my english is bad.
Can any one tell me how i print all information on this loop?
Its take sheculed program on eyetv.
Here is my code.
Code:
tell application "EyeTV"
set proglist to every program whose start time is greater than (current date)
set n to count of proglist
if n is 0 then
return "Ei ajastettuja ohjelmia."
else
repeat with po in proglist
return "Ajastettu: " & name of po & " " & start time of po
end repeat
end if
end tell
I hope some one can help me. And im sorry if my english is bad.