Quantcast
Channel: PTC Community: Message List - Arbortext
Viewing all articles
Browse latest Browse all 3717

Re: how to store data in a file using ACL

$
0
0

Did you try using the flush() function as I recommended? You would need to add it after each put() that you want to immediately validate, something like this:

 

local path;

  path = open("D:/Testfile.txt","r+");

  #path = open("/test.csv","r+");

  put(path,item ." ". value . "\n");

flush(path);


Viewing all articles
Browse latest Browse all 3717

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>