[ic] data tag in UserTag

Grant listbox at email.com
Wed Nov 5 13:52:54 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

I've actually tried it without the double quotes.  If I use something like
this:

my $requestuserid = 'UserID';

it works perfectly, and the UserID is pulled from the table like this:

[data table="ebay_variable" field="value" key="user_id"]

What else could be wrong?

- Grant



More information about the interchange-users mailing list