09-28-2005 08:24 AM
09-28-2005 09:36 AM
09-28-2005 09:58 AM
09-28-2005 10:49 AM
Hi,
This is the correct way to go about it but....
PropertyExists() requires a string. Therefore you have to use "RunState.SequenceFile.Data.Seq[\\"MainSequence\\"].Main[" + Str(Locals.CurrentStep) +"].DataSource", otherwise it is using it as a variable and this will not be of string type.
Hope this helps
Regards
Ray Farmer