On Dec 6, Daniel Falkenberg said:
>$string = "\nHELLO WORLD!\n\n".
> "To $to, \n\n".
> "\n". "-" x 70, "\n Hello World".
> "Thank you for using our software.\n\n";
You have a , where you want a . instead. Using warnings would've picked
this up and told you that yo
Hey all,
$string = "\nHELLO WORLD!\n\n".
"To $to, \n\n".
"\n". "-" x 70, "\n Hello World".
"Thank you for using our software.\n\n";
My problem is that my variable $string dies or doesn't print (if you
wish :) ) anything after the 70,. Is there something I am do