Writer: append in new line

hey,

each time i append a string to the txt file, i want it to go in a new line. how do i do this?

also: how can i cut off the first char of a string? do i turn the string into a spread (how?) with one slice for each char and then use spread operations or is there another method.

each time i append a string to the txt file, i want it to go in a new line. how do i do this?

for example using Quote (String) with Qoute Mode = “Linefeed”

how can i cut off the first char of a string? do i turn the string into a spread (how?) with one slice for each char and then use spread operations

for example!

or is there another method.

yes, for sure there are manifold approaches…

only two examples in attached patch.

niftystring.v4p (7.5 kB)

nifty indeed :)

thank you!!

another one

cannycopy.v4p (3.1 kB)