Search found 1 match

by niennte777
Thu Jan 31, 2019 7:14 am
Forum: General Questions
Topic: How to get the value of module name.
Replies: 1
Views: 1022

How to get the value of module name.

Hi Sorry,I"m not good at English. Based on the module executed just before, I would like to separate processing with "TEARDOWN". +++++++++++++++++ Example ModuleA Error ↓ Variaale X = ModuleA ↓ [TEARDOWN ] user code If X = ModuleA Action A Else If X= ModuleB Action B Else Action C End If +++++++++++...