Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 1 Guest are viewing this topic.
'============ 'ASCII SELECT '============ select asc "qwerty" case "a" to "p" print "a to p" case "q" to "z" print "q to z" case else print "not lower case" end select