04-02-2005, 08:35 AM
Wrap mes into an user-defined function and launch the function in other thread (with mac).
Function mes_2:
function $text [$title] [$style]
ret mes(text title style)
Macro:
mac "mes_2" "" "text" "title" "in"
Function mes_2:
function $text [$title] [$style]
ret mes(text title style)
Macro:
mac "mes_2" "" "text" "title" "in"