[ic] data tag in UserTag

Paul Vinciguerra pvinci at vinciguerra.com
Wed Nov 5 18:58:35 EST 2003


On Wed, 5 Nov 2003 23:15:39 +0200, Rene Hertell wrote
> > 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
What about:

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

> 
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users



More information about the interchange-users mailing list