Howard,

I got an idea for the KiXGolf Scoring script.
How about, when designing the puzzle UDF, we place the UDF as the first thing in the script - then have it so that we can put some kinda of flag or identifier, right after the UDF, maybe as a comment, like this:

code:
function puzzle()
; jazz...
endfunction


;! < --- here's a flag


$result = puzzle()
? $result
;other stuff

then the KiXgolf script can just score everything up to the ;! (or whatever delimiter you want) !!! Just a thought - or maybe laydown more rules about the script that will make it easier to edit, test and score - all at the same time.

-Shawn

[ 10 June 2002, 01:23: Message edited by: Shawn ]