
Originally posted by Christian Damhus:
Hey there,
thanks for your support. Don's version is working perfectly.
Hey there,
thanks for your support. Don's version is working perfectly.
------------------
C'ya
Don
[email protected]
start: c$ = "" do c$ = inkey$ loop until len(c$) > 0 if c$ = chr$(13) then goto ende Text$ = Text$ + C$ locate 1, 1 print text$; goto start ende: locate 1, 2 print "You wrote : ", text$ end
line input a$ print "You entered: " a$
start: while PressedKey$="" : PressedKey$=inkey$ : wend if PressedKey$=chr$(13) then goto ende print PressedKey$; text$=text$ & PressedKey$ PressedKey$ = "" goto start ende: print "You wrote : ", text$ end
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Leave a comment: