• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

gets in tcl wish console

Nithin

Senior member
In linux when i do a gets stdin temp in wish, it waits for input. on windows it returns immediately with an error code of -1.

any ideas on how to make it wait?

thanks,
N.
 
its a tcl input command. it gets input from standard in. you can't execute in terminal. you have to do execute tclsh and then run it inside tclsh prompt.
 
Back
Top