HTBasic Help
×
Menu
Index

upc$ Example

10    Test$=UPC$("hello")  !Convert the string to all uppercase letters.
20    PRINT Test$
30    END