also z.b hier:
Code: Alles auswählen
If KeyboardReleased(#PB_Key_Return)
text_r$+text$+Chr(10)
text$=""
EndIf
DrawingMode(1)
Locate(17,18)
FrontColor(0,200,0)
DrawText(text_r$)
;...
Code: Alles auswählen
If KeyboardReleased(#PB_Key_Return)
text_r$+text$+Chr(10)
text$=""
EndIf
DrawingMode(1)
Locate(17,18)
FrontColor(0,200,0)
DrawText(text_r$)
;...