recall:setup
filesystem:writefile
Hello, I tried with the filesystem:writefile command but I can't transfer anything to the scope, could you give me an example? I read the documentation of the function but I can't do it and I don't get any error...
Hi Ovidiu,
Here's how you'd use it: filesystem:writefile "C:/test.txt", #215This is a test
filesystem:writefile "C:/test.txt", #215This is a test
The second argument is a "block argument" which is defined on page 2-9 of the manual.
I solved it, thank you very much
You must be signed in to post in this forum.