Modify ↓
Opened 11 years ago
Closed 11 years ago
#2398 closed Feature Request (Completed)
_FileWriteLog - Parameters Description - Proposal
Reported by: | mlipok | Owned by: | guinness |
---|---|---|---|
Milestone: | 3.3.9.19 | Component: | Documentation |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
in _FileWriteLog
in Parameters Description
there is:
Path of the file to write to, or a file handle returned from FileOpen().
I propose to add a link to FileOpen()
Attachments (0)
Change History (3)
comment:1 Changed 11 years ago by anonymous
comment:3 Changed 11 years ago by guinness
- Milestone set to 3.3.9.19
- Owner set to guinness
- Resolution set to Completed
- Status changed from new to closed
Added by revision [8675] in version: 3.3.9.19
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
the same for
_FileWriteFromArray
and propose additional link in Remarks to the same function:
"To use other write modes, like append or Unicode formats, open the file with FileOpen() first and pass the file handle instead."