Results 1 to 1 of 1
How do I ask for input in Expect 5.42.1? In TCL, I use:
set a test;
gets stdin a;
This works fine in TCL, but doesn't work at all when ...
- 11-19-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 1
Asking for input in Expect?
How do I ask for input in Expect 5.42.1? In TCL, I use:
set a test;
gets stdin a;
This works fine in TCL, but doesn't work at all when I try to compile it in Expect. Anybody know how to ask for user input, and store the input into a variable?


Reply With Quote
