action write to file with many variables
Posted: 23 Nov 2015 11:19
hi, I want to write many variables to a file in sequence, for example the file.txt must contain the text from variables in this format:
text1 text2 text3 text4....
using the write to file action, I use the variable in this format:
{t1}[space]{t2}[space]{t3}[space]{t4}...
the texts results in multiple lines instead of sequentially, like this:
text1
text2
text3
......
instead can I get it in
text1 text2 text3 text4....? thanks
text1 text2 text3 text4....
using the write to file action, I use the variable in this format:
{t1}[space]{t2}[space]{t3}[space]{t4}...
the texts results in multiple lines instead of sequentially, like this:
text1
text2
text3
......
instead can I get it in
text1 text2 text3 text4....? thanks