From 48166a9f3c4ae79f7b8c9de19107b5da079bc175 Mon Sep 17 00:00:00 2001 From: Kanabenki <18357657+Kanabenki@users.noreply.github.com> Date: Tue, 13 Nov 2018 12:53:24 +0100 Subject: Add store_csv_line method for File --- doc/classes/File.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/File.xml b/doc/classes/File.xml index 6c900385f7..1745389833 100644 --- a/doc/classes/File.xml +++ b/doc/classes/File.xml @@ -100,7 +100,7 @@ - Returns the next value of the file in CSV (Comma Separated Values) format. You can pass a different delimiter to use other than the default "," (comma). + Returns the next value of the file in CSV (Comma Separated Values) format. You can pass a different delimiter to use other than the default "," (comma), it should be one character long. @@ -327,6 +327,17 @@ Stores the given array of bytes in the file. + + + + + + + + + Store the given [PoolStringArray] in the file as a line formatted in the CSV (Comma Separated Values) format. You can pass a different delimiter to use other than the default "," (comma), it should be one character long. + + -- cgit v1.2.3