Hi FMB,
There is not really a flag but there is a property call RunState.CallStackDepth you can check.
If this is greater than 0 then there is a caller sequence. Therefore to find the name of the caller sequence you would use NameOf("RunState.Caller.RunState.Sequence").
For every increment in value of the CallStackDepth you would add "RunState.Caller." to the beginning of the lookup string.
Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
