write_text: Append text to a file

Description Usage Arguments Examples

Description

Append text to a file

Usage

1

Arguments

file

text file (already existing)

...

one or multiple strings (to be pasted and written)

Examples

1
write_text("test.txt", "hello", "world", "\n")

miho87/ltxtab documentation built on May 26, 2019, 3:33 p.m.