Solved
Forum Discussion
NisHera
10 years agoValued Contributor
probably after concatinate TC would it identified as just a string
but TC need objects to work with. eval() function gets object out of string
try something like..........(in jscript)
param1 = "txtPatterName"
objStr = "Aliases.PatternID.GemCat."+param1
eval(objStr )
mcastellanos
10 years agoOccasional Contributor
How would one do it using vbscript? I don't think there is such Eval() function. Thanks!
- NisHera10 years agoValued Contributor
you would found if googled :smileyindifferent: