![]() |
|
|
|
#1
|
|||
|
|||
|
Hello,
I am facing the problem of multiple access (precisely...in opening a .txt file in read mode multiple times) so that I can get the updated contents of the .txt file each time. The error message which I am getting is due to my trying to open the .txt file in read mode multiple times within a loop. The error message which I am getting is in my last posting. I don't understand, how it is being deciphered by the program as ActioData. Hope I made my question clear......... If anyone has any suggestion....it would be really helpful to me. Thanks Uttama |
|
#2
|
|||
|
|||
|
That error is telling you that you have an ActionData object and you are trying to call it like a function, which it does not support. Since the only function call happening on that line of code is the call to open, that means somewhere above that line you have assigned an ActionData object to a variable called open. I cannot tell you exactly where this is happening because you didn't post all the code, but I'm pretty sure this is what is causing the error.
|
|
#3
|
|||
|
|||
|
Hello Farshizzo,
Really there was a open variable (for mouth open) several lines ahead in the program (somehow I missed it.....) Now I can open the file in write mode many times. Thanks for your brilliant suggestion. Uttama |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Could not find plugin to load objects... | halley | Vizard | 1 | 05-30-2006 12:01 PM |
| file input | vsully | Vizard | 1 | 12-21-2004 11:51 PM |
| avatar head texture issues | rconrey | Vizard | 3 | 11-17-2004 05:05 PM |
| Closing file handles from within function | FlyingWren | Vizard | 1 | 10-01-2003 07:02 PM |
| I cannot show wrl file with text node | sled | Vizard | 3 | 06-25-2003 08:52 AM |