For my current tasker project I tried to put my filesearch actions in
a subroutine, and I wanted to specify more than three parameters for
the search (the starting directory, the directory search mask and the
file search mask) and return the array of found files. But both seems
to be not possible. I tried different ways (felt that lasts hours...),
i.e. pushing my parameters into an array and pass that array as %par1,
or pass my parameters comma separated...
Thus, two questions:
1. How can I pass more than two parameters to a subtask?
2. How can I return a result array to the calling task?
Kind regards,
Dirk
P.S. Sorry for asking maybe stupid (?) questions, but I found no exact
guide about that.