If OpenConsole()
startinputt:
ClearConsole()
Print("How many : ")
ukupno = Int(Val(Input()))
PrintN("")
Print("How much: ")
brfav = Int(Val(Input()))
If brfav > ukupno : Goto startinputt : EndIf
PrintN("")
CloseConsole()
EndIf
When you press space and than backspace, you'll notice that letters aaaaaa are starting to show.
Can that be avoided ? Did I make some mistake in this code ?
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
No man, no ALT, no CTRL, just press space 10 times for example, and when I want to get cursor back by pressing backspace "aaaaa" shows instead of empty space. Very weird, but I'll tolerate it. At least my code finally work