Posted: Wed Apr 07, 2004 1:22 pm Post subject: Declaring a Global Variable
Novice
Joined: 28 Aug 2003 Posts: 18
I want to declare a global Variable in one of my compute Nodes and then use that global variable in another compute Node. This is what I have done, but it doesnt work:
Compute Node 1:
(This is the only Code that Ihave in the first Node)
SET OutputRoot = InputRoot;
SET OutputLocalEnvironment.Variables.Email = 'someEmailAddress'
Compute Node 2:
CREATE FIRSTCHILD OF OutputRoot.XML.Message Domain('XML') NAME 'To' VALUE Email;
The Variable Email is always blank. What am I doing wrong? How do I fix this?
Thsnks
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum