![]() |
BCX Console Demonstration Program S81.bas |
DIM
a$ : a$=
"Hello"
SELECT
CASE
UCASE$
(
a$)
CASE
"GOODBYE"
"GoodBye"
CASE
"HEY"
"hey what?"
CASE
ELSE
END
SELECT
SELECT
CASE
LCASE$
(
a$)
CASE
"hello"
"hi there!"
CASE
"goodbye"
"tootaloo"
END
SELECT