Thread: viz.input
View Single Post
  #1  
Old 09-20-2011, 08:50 AM
new_horizon new_horizon is offline
Member
 
Join Date: Apr 2010
Posts: 43
viz.input

Hi All,

I am trying to enter some code that will allow the experimenter to enter a filename for the test subject - I would like this file name to be the participant number, however, when I input 01 or 02 etc, the program does not run.

Is there a specific command for allowing number entry? I assume the command below only takes care of string?

filename = viz.input('What filename for dataout?')

Thanks
Reply With Quote