06-14-05 10:55 PM
This is just a bit confusing because the System namespace is divided among a
couple assemblies. When you choose the type for your variable, drill into
mscorlib - there you will find System.Guid. In an expression shape, just
assign myGuid = System.Guid.NewGuid();
Scott Colestock
www.traceofthought.net
"Paul J. Lay" <pjlay@msn.com> wrote in message
news:OJmMrmNcFHA.1392@TK2MSFTNGP14.phx.gbl...
> It is possible to create a guid variable and initialize it dynamically in
> an orchestration? I notice that system.guid is not exposed in the
> variables dialog. Can you tell me how this can be done? Thanks for your
> help.
>
> Best Regards,
>
> Paul J. Lay
>
[ Post a follow-up to this message ]
|