Hi everyone,
I was wondering if my following way is the fastest way to print a variable?
Thanks,
Chris Brasino
[lua]function print1()
print(“x”)
end
timer.performWithDelay(1, print1, -1) [import]uid: 126017 topic_id: 24010 reply_id: 324010[/import]