07-19-2005 10:49 AM
07-19-2005 01:03 PM
Rafi,
You can use:
CAObjHandle step = 0;
char* stepname = 0;;
TS_SeqContextGetStep(gContext,&errorInfo,&step);
TS_StepGetName(step, &errorInfo, &stepName);
CA_FreeMemory(stepName);
CADiscardObjectHandle(step);
Hope it helps