Possible bug? Unable to enter a comma in response to INPUT
#5
If commas are needed, use something like this:

Locate 10, 1: b$ = "": Print "Your texte here, (with comma also) : ";
Text: GoSub saiscar: If z$ <> Chr$(13) Then Print z$;: b$ = b$ + z$: GoTo Text
Print: Print: Color 0, 7: Print b$: Color 7, 0
Sleep: End
saiscar: z$ = InKey$: If z$ <> "" Then GoTo saiscar
Sais1: z$ = InKey$: If z$ = "" Then GoTo Sais1
Return
Why not yes ?
Reply


Messages In This Thread
RE: Possible bug? Unable to enter a comma in response to INPUT - by euklides - 06-17-2022, 07:04 AM



Users browsing this thread: 3 Guest(s)