POV-Ray : Newsgroups : povray.general : Lens Flares? : Re: Lens Flares? Server Time
7 Aug 2024 11:19:07 EDT (-0400)
  Re: Lens Flares?  
From:
Date: 7 Nov 2001 11:35:01
Message: <igoiutsfrfcorap2sal2eklrg66r8urg2j@4ax.com>
On Wed, 07 Nov 2001 07:39:18 -0800, Ken <tyl### [at] pacbellnet> wrote:
> Everybody around here whines about how important it is to use proper
> indenting yet look at that mess! When I do it people critisie me. When
> you guys do it in your sigs it is all of a sudden ok. Talk about double
> standards!

Perhaps your scripts should create more signaturing results. For example try
this:

#warning#macro P(S)#local T=val(substr(S,1,7));#local B=substr(S,8,strlen(S)-7)
#local O=M(T)#if(strlen(B)>0)#local O=concat(O,P(B))#end O#end#macro M(V)#local
S=chr(mod(V,123))#local F=div(V,123);#if(F>0)#local S=concat(S,M(F));#end S#end
P("167668818409731737237048969510822381537545154019204883010625882")

--
ABX :-)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.