On Fri, 07 Dec 2001 16:35:12 -0500, Mark Jervis Sr. wrote:
> > 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\""; > { <cut> Notice that last bracket? Flip it around and your problem is solved ;) There are no issues with using hash signs in strings, your only problem was the bracket. ______________________________________________________________________________ Send a friend your Buddy Card and stay in contact always with Excite Messenger http://messenger.excite.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]