It seems this does not work :
kind is a string.No error is generated, but the logs never execute.
What am I missing ? Is it not possible to use strings in that type of structure ?
B4X:
select case kind
case "blue"
log("blue")
case "yellow"
log("yellow")
end select
kind is a string.No error is generated, but the logs never execute.
What am I missing ? Is it not possible to use strings in that type of structure ?