| Write | |
|---|---|
| Title | Write |
| Released | |
| Dictionary | Standard Additions |
| Suite | File Read/Write |
| Parameters | 3 |
Write is a Command in the File Read/Write Suite of the Standard Additions Dictionary.
Parameters
write v : Write data to a file that was opened for access with write permission
- write any : the data to write to the file
- to any : the file reference number, alias, or file reference of the file to write to
- [starting at integer] : start writing at this position in the file
- [for integer] : the number of bytes to write; if not specified, write all the data provided
- [as type class] : how to write the data: as text, data, list, etc.
SEE ALSO
Open for Access, Close Access, Read.