Topic : The GFA-Basic Compendium Author : GFA Systemtechnik GmbH Version : GFABasic.HYP v2.98 (12/31/2023) Subject : Documentation/Programming Nodes : 899 Index Size : 28056 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Document not found @help : Help @options : +g -i -s +z @width : 75 @hostname : STRNGSRV @hostname : CAB @hostname : HIGHWIRE @hostname : THING View Ref-FileUPPER$(A$) a$: sexp All lower case letters in a$ are converted to upper case. This also happens to characters containing umlauts. Example: a$=" test" b$=UPPER$(a$)+UPPER$("ware") PRINT UPPER$("Gfa basic 3");b$ --> On the screen 'GFA BASIC 3 TESTWARE' appears. Memo: Umlaut conversion table is as follows: Before: üéäàåçæöñãõøœij After: ÜÉÄÀÅÇÆÖÑÃÕØŒIJ