Skip to content

MMBasic keyboard input is corrupt #28

@madcock

Description

@madcock

As pointed out here:
https://forum.clockworkpi.com/t/del-key-problem-solved/17049/26

Using a single input command…

Input "Time"; t$
time$=t$

Typing 23:33:45
You get “Error : Expected closing bracket”… (from the time$=t$ assignment)
If you print t$ you get 23@:33@:45

The extra "@" character is being saved when the ":" key is pressed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions