I guess I should chime in, too, since I did manually counting for the scores. Thus
code:
$a=$a+1
$a = $a + 1

both lines get the same score since the spaces are not important.
Also,
code:
IF $a=1 ? 'test' ENDIF
IF $a=1
? 'test'
ENDIF

will also result in the same score. Oh, and everything enclosed within wuotes gets counted, too.
That's why i think a GolfScore UDF is hard to implement because people write code differently. Anyway, I will try to come up with another challenge by this weekend (couldn't do anything last weekend because I trashed my home computer with a stupid mistake). I will also update the rules that nobody is allowed to post a solution within the first 24 hours except the KiXtart Golf score. In a second 24 hour period, everybody is allowed to post code and improve other people's code, too. Therefore, the fairways will get harder, too. No more par 3's.

[ 04 June 2002, 20:11: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.