Hello, is there an exact definition under which conditions a string is stored in either the #String or the #US heap? Is it right that identifiers are stored in the #String heap, and all other strings (e.g. string constants) are stored in the #US heap? Holger