View Single Post
  #1  
Old 03-11-2014, 07:45 AM
Notch Notch is offline
Member
 
Join Date: Jan 2014
Posts: 15
Catching outputs from functions called in vizact.ontimer()

How can I capture the outputs from a function called using the vizact.ontimer() function? I understand that I need to define the name of the function I want to call, and pass any arguments in to the function following that; eg:

Code:
vizact.ontimer(0,myFunction,input)
...But I don't know how to get the outputs of myFunction. How do I do this?
Reply With Quote