To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
upc$ EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
upc$ Example
10 Test$=UPC$("hello") !Convert the string to all uppercase letters.
20 PRINT Test$
30 END