popstring? Just wondering
I'm making a personal plugin for nsis and I was thinking on this...
Is popstring the only way to get string from the plugin params w/o getuservariable?
Archive: popstring? Just wondering
popstring? Just wondering
I'm making a personal plugin for nsis and I was thinking on this...
Is popstring the only way to get string from the plugin params w/o getuservariable?
Yes, the only informative parameters your plug-in function gets are the stack pointer and the variables table pointer.
Ok, thanks :)