Quote:
Originally Posted by kaiten
This command is only if you want to test if command was succesfull (command store variable $0) :
Pop $0
|
Err... No. You must always pop the return value, whether you want to use it or not, otherwise you're corrupting your stack.