> A program doesn't have a namespace that one can access, AFAIK (someone care > to correct?). Note to self: Actually it does, as mentioned in another email from IK. i.e. program1.test > var // initialized record > NameSpace: TNameSpace(test: @test); I meant: NameSpace: TNameSpace = (test: @test);