Hi all,
Assume I created the library which has Translate as the method. When I use it as below
Dim NewStr as String= TK.Translate("Text")
it return only string for NewStr,but I would like the response return value of succuss(True/False) too. How to coding? I need to recursive loop if it's False by instead of a new input.
Assume I created the library which has Translate as the method. When I use it as below
Dim NewStr as String= TK.Translate("Text")
it return only string for NewStr,but I would like the response return value of succuss(True/False) too. How to coding? I need to recursive loop if it's False by instead of a new input.