git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3651 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-09-10 13:54:59 +00:00
parent 2849e0d88b
commit f57a919c54
3 changed files with 6 additions and 6 deletions

View file

@ -47,7 +47,7 @@ Writes the integer interpretation of 'string' to a file opened with FileOpen. Of
\c FileWriteByte file_handle "13"
\c FileWriteByte file_handle "10"
You can If an error occurs writing, the error flag will be set. Note that the low byte of the integer is used, i.e. writing 256 is the same as writing 0, etc.
If an error occurs while writing, the error flag will be set. Note that the low byte of the integer is used, i.e. writing 256 is the same as writing 0, etc.
\S2{FindClose} FindClose