This is only a test...

Started by snowsnowsnow, June 04, 2013, 08:07:53 AM

Previous topic - Next topic

snowsnowsnow

Code (winbatch) Select

#DefineSubroutine udsTry(expr,errstr,cancelstr)
IntControl(73,1,1,0,0)
Return %expr%
:wberrorhandler
Return errstr
:cancel
Return cancelstr
#EndSubroutine

snowsnowsnow