Append text and Tab to a file

Hi,
I'm just trying to append some text to a file (the JP variable, that contains the text), followed by a Tab. For some reason, what I get is the text, a hard return, then the tab. I don't want the hard return... what should I do?

Most likely the KM Variable "JP" contains a return or newline character at the end of it.

You might try this KM Action just before the "Append Text":

Note that where it has "Replace" in the "replace with" block means that it is empty, so a return or newline character AT THE END of the string will be replaced with nothing.

Thanks a lot, it works perfectly!

1 Like