Sandy,
I assume that you want to do this programmatically. If so, you can use the
NameOf() expression function. Alternatively, you can get the name of a step
using the API. From the Step object, you can get the Name property.
If you are referring to editing features, select a step, hit the F2 key
to edit the name of a step. Then, select the step name and press Ctrl-V
to copy the name. Paste this into the local variable.
Paul Mueller
"Sandy Cook" wrote:
>>From the sequence editor how can I copy a step name to a local variable
of>type string?