Hi list,
is there a way to delay the symbol message?
i.e>
[Hello( | [symbol] | [symbol-delay 100] | [print]
print Hello after 100ms
Thanks, Jong
I found the solution myself.
pipe with "s" option
[symbol hello( | [pipe s 100] | [print]
On Thu, Jan 16, 2014 at 4:25 AM, Jonghyun Kim agitato816@gmail.com wrote:
Hi list,
is there a way to delay the symbol message?
i.e>
[Hello( | [symbol] | [symbol-delay 100] | [print]
print Hello after 100ms
Thanks, Jong