in panther im trying to make a project write the answer to a question it asked to a file but i need it on a new line here is an example
i want the file to look like
word
word2
but as is it looks like
wordword2
can anyone help me
Offline
itsmomito wrote:
In the operator blocks section. The last block on the bottom should be used to make a new line. You can write word to the file, than that operator to the file to create a new line and then write word2.
Which operator block's that? Is there a new version of panther or something or is it in the block library?
Offline
([pi v])
Change pi to newline.
Offline