02-19-2015, 02:29 PM
yes, i use that elsewhere, but i'd like the stop procedure to be unique and only for that procedure (file conversion)
If I implement it as you say, can i call it
using that code?
function $files
str f
foreach f files
,out f
,mac "sub.Convert" "" f
,mac "end_convert"
#sub Convert
.....
If I implement it as you say, can i call it
using that code?
function $files
str f
foreach f files
,out f
,mac "sub.Convert" "" f
,mac "end_convert"
#sub Convert
.....