<aliases>
<alias
match="#* *"
enabled="y"
regexp="y"
send_to="12"
sequence="100"
>
<send> i = 1
while i <= %1 do
Send ("%2")
i = i +1
end</send>
</alias>
</aliases>
simple alias but would allow #5 n. would do what your looking for.
could switch the "#" for "." to make it .5 n. to get the example you were wanting.