put "wanker.txt" into filePath
open file filePath for reading
repeat forever
read from file filePath until RETURN -- of OEF
write it
end repeat
Thank you for submitting a SenseTalk bug report. Your feedback is tremendously important in helping to make SenseTalk the best it can be. We appreciate your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This script sits and spins in an infinite loop. Unfortunately, it eats up lots of memory while it does this, which is something we should look into at some point (maybe set up autorelease pools in every repeat loop??)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=314961
Thank you for submitting a SenseTalk bug report. Your feedback is tremendously important in helping to make SenseTalk the best it can be. We appreciate your help!
Logged In: YES
user_id=315816
This script sits and spins in an infinite loop. Unfortunately, it eats up lots of memory while it does this, which is something we should look into at some point (maybe set up autorelease pools in every repeat loop??)