This is the block of code giving me errors when I am trying to use the #

I am also getting an error saying missing right bracket.

This is the only if statement in my code so maybe this will help those of
you who tried to help see the problem.



if($textcolor eq custom)
        {
    print " text=\"/#$txtcustom\"";
        {
else
{
    print " text=\"$textcolor\"";
 }         





Thanks,
Mark


BTW Kudos on having a great learning tool such as this forum. I have a lot
more code and a lot less questions due to this forum. :-)

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to