1
QB64 Discussion / Error with Constant comparison in SELECT CASE?
« on: May 17, 2021, 08:51:48 am »
I'm finding this strange error when using a constant inside of a select case, any ideas why?
I've tried many different ways but it seems to be the use of a CONST inside of the SELECT CASE giving the error.
Expected string expression on line 12
Caused by (or after) CASE "A", 1 , "a",1 , KEY_ARROW_LEFT
I've tried many different ways but it seems to be the use of a CONST inside of the SELECT CASE giving the error.
Expected string expression on line 12
Caused by (or after) CASE "A", 1 , "a",1 , KEY_ARROW_LEFT
Code: QB64: [Select]