Re: FW: Long variable again

2001-12-06 Thread iain truskett
* Carl Rogers ([EMAIL PROTECTED]) [07 Dec 2001 06:34]: [...] > How about this: > $linebreak = "-" x 70; > $string = "\nHELLO WORLD!\n\n". >"To $to, \n\n". >"\n". $linebreak. "\n Hello World ". >"Thank you for using our software.\n\n"; > Not pretty, not elega

Re: FW: Long variable again

2001-12-06 Thread Carl Rogers
At 02:09 PM 12/6/2001 +1030, Daniel Falkenberg wrote: > > Hey again all! > > > > $string = "attack. The password for $user_to_change should not have > > to be changed.\n". > > "-" x 70, "\n Hello". > > "Thank you for using our software.\n\n"; > > > > Now I have been informed t

FW: Long variable again

2001-12-05 Thread Daniel Falkenberg
> Hey again all! > > $string = "attack. The password for $user_to_change should not have > to be changed.\n". > "-" x 70, "\n Hello". > "Thank you for using our software.\n\n"; > > Now I have been informed to replace the , with a . at the second line > of the string near 70.