![]() |
BCX Console Demonstration Program S108.bas |
DIM
a$ a$=
"Tonight ... you're in for AAAAA really big big show!"
" ----------------------------[ Before ] -----------------------------"
REMOVE
" really big"
FROM a$REMOVE
CHR$
(
65
)
FROM a$REPLACE
"for "
WITH
"for a"
IN
a$" ----------------------------[ After ] -----------------------------"