Updated docs

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1739 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-11-15 18:45:47 +00:00
parent 277f4d1617
commit 584d3d2524
29 changed files with 228 additions and 222 deletions

View file

@ -1,12 +1,12 @@
\H{intinst} Integer Support
\S1{intinst} Integer Support
\S{IntFmt} IntFmt
\S2{IntFmt} IntFmt
\c user_var(output) format numberstring
Formats the number in "numberstring" using the format "format", and sets the output to user variable $x. Example format strings include "%08X" "%u"
\S{IntOp} IntOp
\S2{IntOp} IntOp
\c user_var(output) value1 OP [value2]