Console INPUT() request
Posted: Mon Apr 19, 2010 9:52 pm
I have not played with 4.5 but I want to make this request before it is finalized...
Can we change the Console Input() command so that it can display textt as well and have the answer cursor at the end of the line?
as it is now:
PrintN("You wish to quit (Y/N)")
answer$ = Input()
More like
answer$ = Input("You wish to QUIT (Y/N)")

Can we change the Console Input() command so that it can display textt as well and have the answer cursor at the end of the line?
as it is now:
PrintN("You wish to quit (Y/N)")
answer$ = Input()
More like
answer$ = Input("You wish to QUIT (Y/N)")
