I'd like to have one unique stream to write to. I could make a ClassMethod Write(data As %String), but then I need a ClassProperty out As %AbstractStream or something to write to. A global variable (= unique, and available in every object) would do the trick, too.
How can I specify something like that? For more information: This is the Singleton programming pattern, see http://www.campusprogram.com/reference/en/wikipedia/s/si/singleton_pattern.html Joost
