Title: Dynamic Variable Naming

Is it possible to dynamically name a variable based on a passed in variable.

I'm trying to pass in an array to a TCF method. This array is a two column one row array contain a name/value pair I want set to an Instance variable.

Method: AddUserInfo
Parameters:
        Name = userinfo
        Direction = IN
        Type = Array
        Example Value = <@ARRAY ROWS=1 VALUE="firstname,Bryan;">

I think I'm getting an "Invalid value specified" error because my assign action is:
        Scope = Instance
        Name = <@VAR <@GETPARAM userinfo[1,1]>>
        Value = <@VAR <@GETPARAM userinfo[1,2]>>

Is this possible? If not some suggestions would be appreciated.

Thanks,

-B

Reply via email to