[ic] Help understanding error log entry: Safe: syntax error....

DB interchange-users@icdevgroup.org
Thu Feb 13 12:33:00 2003


> Looks like the scratch variable is empty. Try to change the user tag line to:
> 
> $Scratch->{atvtotal} = $atvtot || 0;
> 
> BTW: noformat=1 in the scratch tag does nothing useful.
> 
> Bye
>        Racke
> 
> 

Thanks... I think I have it solved. I was using the scratch variable on 
that page BEFORE I called the user tag. So the variable was effectively 
empty and you were of course correct. It was fooling me because the 
actual calculations were working.. but they appeared AFTER the user tag 
was called. I moved the call to the usertag towards the top of the page 
and it seems ok now. Thanks!

DB