HTBasic Help
×
Menu
Index

UPC$

Converts characters in a string to uppercase characters.
 
 UPC$( string-expression )
 
Usage:
A$=UPC$(B$)
Capital$=UPC$(Names$)
Example: UPC$.BAS
Description:
LEXICAL ORDER IS determines the lowercase to uppercase correspondence. If the lexical order is a user-defined table and the optional upper and lowercase conversion rules were not specified, the upper to lowercase correspondence is determined by the standard lexical order.
See Also: