Added !macroundef

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6177 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2011-11-17 18:54:49 +00:00
parent 20e4aa0787
commit 3d9c850bb5
4 changed files with 45 additions and 0 deletions

View file

@ -141,6 +141,12 @@ Creates a macro named 'macro_name'. All lines between the !macro and the !macroe
Ends a macro that was started with !macro.
\S1{macroundef} !macroundef
\c macro_name
Deletes a macro.
\S1{searchparse} !searchparse
\c [/ignorecase] [/noerrors] [/file] source_string_or_file substring_start OUTPUTSYMBOL1 [substring [OUTPUTSYMBOL2 [substring ...]]]