Hello, my name Sph!nx and I'm a newcomer. I'm still learning the basics of the language so here's my first question!
I've made a simple text input window, where the user can input commands and certain action would happen.
Now when I fill in every line the screen, or text, does not automatically scroll upwards, but the input field simply goes out of view.
Function console()
Do
INPUT " > ";CC$
if CC$ = "exit" or CC$ = "quit" then end
//if CC$ = "help" or CC$ = "Help" then consolehelp()
Loop
ENDFUNCTION
I would not mind seeing a scroll bar or something but a simple scroll effect would be sufficient. Can anyone help me?
Thanks a lot!
Sph!nx
Regards,
Sph!nx