Thursday, October 11, 2007
input_line
back to index
function Input_line(x,y:integer):shortstring;
This is a readline function that prints what is typed on the screen and returns the string to the calling function. It reads text until the user hits enter (charecter #13)
function Input_line(x,y:integer):shortstring;
This is a readline function that prints what is typed on the screen and returns the string to the calling function. It reads text until the user hits enter (charecter #13)