Guest User

Untitled

a guest
Feb 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Push "${AFF_NAME}"
  2. Call URLEncode
  3. Pop $3
  4. ;at this point the messagebox show the result good.
  5. MessageBox MB_OK $3
  6.  
  7. ReadRegStr $0 HKLM "SOFTWAREMicrosoftWindows NTCurrentVersion" "ProductName"
  8. Push $0
  9. Call URLEncode
  10. Pop $0
  11. ;now after second var encoded the result of first var $3 lost the value
  12. MessageBox MB_OK $3
Add Comment
Please, Sign In to add comment