UCASE
us = UCASE (s)
Converts the string s
to a upper case string
us
.
See LCASE for converting a string to lower case. UCASE and UPPER are equivalent.
Example
"abc"
s = print ucase(s) ' Output: ABC
Code samples using UCASE
7gables.bas
bb2fork smurf.bas
Capitol pal test.bas
clock.bas
clock.bas
dmsareaplot.bas
dmsareareadmd.bas
Eliza.bas
eliza.bas
ezinvaders.bas
first factors mga.bas
galgenmann.bas
gputmalc.bas
hangman v2.bas
irc-bot.bas
lib-gputmcon.bas
My Song.bas
Nice To Be Here.bas
pirate.bas
Punc pal test.bas
radish.bas
rotate string v2.bas
scambling text.bas
snake game v1.bas
startrek.bas
startrek.bas
tic-tac-toe.bas
TicTacToe.bas
tictactoe.bas
String
ASC
BCS
BIN
CBS
CHOP
CHR
DISCLOSE
ENCLOSE
FORMAT
HEX
INSTR
JOIN
LCASE
LEFT
LEFTOF
LEFTOFLAST
LOWER
LTRIM
MID
OCT
REPLACE
RIGHT
RIGHTOF
RIGHTOFLAST
RINSTR
RTRIM
SINPUT
SPACE
SPC
SPLIT
SPRINT
SQUEEZE
STR
STRING
TRANSLATE
TRIM
UCASE
UPPER
VAL
If there is insufficient information on this page and you wish learn more about UCASE,
please send an email to smallbasic@gmail.com. You can help to improve information about
UCASE by submitting a pull request,
click View Source for details. Note, an offline language reference text file is also available - see the Download section.