Hi Alex,<br><br>On 24 November 2011 00:12, Alex Shneyderman <<a href="mailto:a.shneyderman@gmail.com">a.shneyderman@gmail.com</a>> wrote:<br>>> (On a related note, it seems that it's impossible to get user input<br>
>> without echoing anything to the screen.)<br>><br>> I use io:get_line("") for echo-less prompt.<br>Thanks for the suggestion, however this simple script does not show the expected behaviour:<br><br>
<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">#! /usr/bin/escript<br><br>main(_) -><br>    io:format("Input > "),<br>    R = io:get_line(""),<br>
    io:format(" -> ~p\n", [R]).<br></blockquote><br>--<br>Misha