Thank you for your reply. I have found a solution. I did look into raw_input, but couldn't get it to work.
What I wanted to do was ask for user input and then pass it on to a variable, or at least pause. Here is what I got to work.
Thanks for taking the time to respond.
mike
Result = App.Do( Environment, 'GetString', {
'DefaultText': DefaultCaption,
'DialogTitle': 'Text on a Path Generator',
'Prompt': 'Enter your text.',
'MaxLength': 40,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Interactive,
'AutoActionMode': App.Constants.AutoActionMode.Default
}
})
if Result[ 'OKButton' ] == App.Constants.Boolean.false:
return