Hi.
I’m currently building an application that is supposed to read a textfile every 500ms or so. The text file will contain a row of 16digits. Another application will update the textfile and write another 16 digits. Therefore I will only read the last 16digits.
But the problem is that when flash reads the file, the file is writeprotected. And it seems to be that for quite a long time. Is there another way aorund this problem? perhaps checking the size of the textfile and if that has changed then read it in?
Anyone got any smart solution? :mario: