hello

im wondering if you can pass arguments with the 'do' command?

like:


on event
h = "handler"

do h("args")
end


on handler args
put "hi there: " & args
end

the documentation (lingo dictrionary) doesnt seem to show this being possible.
just says: "do stringExpression". any idea if theres a way to pass those arguments?

thanks in advance