There's something i'm forgetting, i'm sure...
But it's a while since I've last been scripting. What I'm wondering is how to make the script output a fast flow of numeric values. I tried achieving that by using a for-loop, like:
for i := 0 to 7 do begin
SetValue(output, i);
end;
What I hoped to get with this is the values 0, 1, 2, 3, 4, 5, 6 and 7 in rapid succession in the outlet called "output". What I infact get in that outlet is 0 and then 7.
What am I missing. My skills are rusty!
Thanks,
antwan
