Some fixes, typos, and additions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2136 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fe2e1216a4
commit
fe9063708c
6 changed files with 8 additions and 10 deletions
|
@ -40,7 +40,7 @@ Writes a string to a file opened with FileOpen. If an error occurs writing, the
|
|||
|
||||
\c handle string
|
||||
|
||||
Writes the integer interpretation of 'string' to a file opened with FileOpen. Of course you can enter the integer value directly. The following code writes an "Carriage Return / Line Feed" - Enter to the file.
|
||||
Writes the integer interpretation of 'string' to a file opened with FileOpen. Of course you can enter the integer value directly. The following code writes a "Carriage Return / Line Feed" - Enter to the file.
|
||||
|
||||
\c FileWriteByte file_handle "13"
|
||||
\c FileWriteByte file_handle "10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue