10-28-05 10:03 PM
Hi!
Please do like this:
1) Create a new orchestration
2) Add a new variable called 'MyVar' and set its type to
System.Xml.XmlDocument
3) Add an expression shape, and type in MyVar.LoadXml("<hej></hej>");
4) Add a loop shape after the expression shape and set the loop condition to
false
5) Build the project, just to see that it works
6) Move the expression shape inside the loop
7) Build your project
Now, really weird things start to happen... Do you dare try this?
Have a nice day!
[ Post a follow-up to this message ]
|