[ic] data tag in UserTag

Rene Hertell interchange-users at hertell.com
Wed Nov 5 23:15:39 EST 2003


> It looks like the following line is fouling up my UserTag.  What can I
> change it to so it will work properly?
>
> my $requestuserid = "$Tag->data( table => 'ebay_variable', field
> => 'value',
> key => 'user_id' )";

Try:

my $requestuserid = $Tag->data( table => 'ebay_variable', field => 'value',
key => 'user_id' );

Rene




More information about the interchange-users mailing list