jtm2020hyo
Technical User
I tried:
... but do nothing, anyone could help me here?, not sure what is wrong here.
[A]=AAA
=NAME
WHEN B is a string "NAME", RETURN Should be equal to "AAA", if not, "" (empty)
Code:
Dim Tag_List
Function DefineTag(Tag_List)
Select Case Tag_List
Case "NAME"
A1 = [B]
Case Else
A1 = ""
End Select
End Function
DefineTag([A])
RETURN = A1
... but do nothing, anyone could help me here?, not sure what is wrong here.
[A]=AAA
=NAME
WHEN B is a string "NAME", RETURN Should be equal to "AAA", if not, "" (empty)