forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
DATE$
github-actions[bot] edited this page Jun 16, 2022
·
7 revisions
The UCASE$ function outputs an all-uppercase version of a STRING.
- = UCASE$()
- Used to guarantee that all alphabetical characters in a STRING are capitalized.
- Does not affect non-alphabetical characters.
K$ = {{Cl|UCASE$}}({{Cl|INKEY$}})
K$ = "Y" K$ = "N"