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:
kichik 2003-02-09 14:11:10 +00:00
parent fe2e1216a4
commit fe9063708c
6 changed files with 8 additions and 10 deletions

View file

@ -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"