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.