Hi
I am trying to create a temporary file using the following code
HTMLfile.CREATETEMPFILE;
HTMLfile.WRITE(HTMLcode);
HTMLfile.CLOSE
HTMLcode is a text variable.
However when I run it I get the following error.
WRITE is not supported for Text without a maximum length
The HTMLcode can be quite large and will exceed 1024
Is there any other way to do this?
Thanks
0
Answers
https://juhl.blog/2017/04/18/writing-textfile-with-encoding/
Hope this gives you some ideas.
Ron