Collabora Office 24.04 Help
Writes data to a sequential text file with delimiting characters.
Write [#fileNum] {,|;} expression [, …]
fileNum: Any numeric expression that contains the file number that was set by the Open statement for the respective file.
expression list: Variables or expressions that you want to enter in a file, separated by commas.
표현식 목록이 생략된 경우 Write 문은 파일에 빈 줄을 추가합니다.
식 목록을 새 파일이나 기존 파일에 추가하려면 파일을 Output 또는 Append 모드로 열어야 합니다.
작성하는 문자열은 따옴표로 묶이고 쉼표로 구분됩니다. 표현식 목록에 이 구분 기호를 입력할 필요는 없습니다.
각 Write 문에는 마지막 항목으로 줄 끝 기호가 출력됩니다.
소수점을 갖는 수는 국가별 설정에 따라 변환됩니다.