It's possible to ask password before continuing function ?
You can ask for a password which is then used in some way but there isn't a (good) way to make the button stop if the expected password isn't given, if that's what you want.
True, but maybe the new @confirm modifier could be used for what he wants? Doesn't prompt for a 'password'... just an Ok/Cancel prompt.
many thanks
i find {dlgpassword} in manual. it's not possible to create script with that ?
var1={dlgpassword}
var2=opus
if var1=var2 then
Go "c:\Images"
endif
Opus has no if-statement. You could do it as part of a batch button, but I suspect it will only work properly if the entire command is a batch (i.e. no calling internal commands) so it's of limited use.