Hi
I want to display a short text file but I don't find a simple way of doing it. Am I missing anything?
Thanks Daphna
Hi
I want to display a short text file but I don't find a simple way of doing it. Am I missing anything?
Thanks Daphna
Hi Daphna,
How do you want to display the short text file? Generally you’ll use the Read Text File action to read the contents of the file into a variable and then you can use another action such as ‘Message Box’, ‘Log Variables’, etc to display the text in your build.
Regards,
Paul.
Thanks , it works fine.
Is there any limitation on the length of this file??
Daphna
Hi Daphna,
There are no hard limits as to how big the file can be but factors such as the amount of available memory may come into effect with very large files.
Regards,
Paul.