-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
This one is so "basic", that I'm amazed that I can find no mention of it.
Enter the following code ...
Score="a"
if (Score<"0") or (Score>"7") then
GraphicsWindow.Showmessage("Bad Input - must be from 0 to 7","")
else
GraphicsWindow.Showmessage("Good Input ","")
endif
program.end
Yes - I know I can get around it by converting variables to their
unicode values, but hey! why should we have to code around bugs?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels