Re: logfile questions1997-10-13 14:21:24Chuck Campbell <campbell(_at_)Starbase(_dot_)NeoSoft(_dot_)COM> writes: I've got a number of things working quite nicely at the moment, but I am still having problems with one thing. When I add a $N=^M LOG = $N "Put this msg into my log file" $N
You _only_ use a dollarsign when doing variable interpolation, not when
assigning or just refering to a variable.
N="
"
LOG = "${N}Put this msg into my log file$N"
Philip Guenther
|
|
||||||||||||||||