On Thu, 27 Dec 2001 12:45:53 +0100, "Simon Adameit" <gom### [at] gmxde> wrote:
> Good idea with this chr() thing.
there is always something to improve :-)
change:
chr((O.gray!=0)*51+32)
with:
chr(83-(O.gray=0)*51)
> Here is the final signature.
very nice
> (don't render with aa)
works for me with aa
real pov-sig shouldn't be ini-setting dependand IMO
ABX
Post a reply to this message
|