The function is intended for writing of data into a CSV file, delimiter being inserted automatically. After writing into the file, the line end character “\r\n” will be added. Numbers will be converted into a text at output (see the Print() function).
User data to write, separated by commas. It can be up to 63 parameters.
コンマで区切られた、書き込むためのユーザーデータ。最大 63個のパラメータを指定できます。
Data of int and double types are automatically converted into a string, but those of color, datetime and bool typesare not automatically converted and will be written to file as they are (as integers).