Hi, when defining resourcestrings the definition looks like this: mystring = 'anything'; A typed definition is not allowed: mystring: AnsiString = 'anything'; gives an error. How are resourcestrings typed? I expect them to be short strings or ansi strings if $H+ is set. Is this correct? TIA, Marc