print "Hello from sayHello.jy script. Autoplot allows arguments to be passed into a script " print "from the command line, or interactively by automatically creating a GUI." arg= getParam( 'arg', '123', 'example argument with enumerated entries', ['123','456','789'] ) print arg print "good-bye!"