I couldn't wait untill tomorrow to see how the public fase went.

I asked the Doc to post my 217 code but he didn't do it yet, so here it is:
Code:
; begin Mayan Number Converter
;
;!
Function m($)
dim $a
If $+0=$
Do
$a = $ mod 20

$m = trim(iif($a, left('.',$ mod 5 mod 2)+ left('::',$ mod 5/2)+left('|||',$a/5),'-')+' '+$m)

$ = $ / 20
Until $ = 0
Else
While $
$a = instr('-.:__|', left($,1))
$m = iif($a, $m+$a-1, $m*20)
$ = right($,~)
EndFunction
;!
;!
; end Mayan Number Converter



I'll be back tomorrow and join in the public fase to see how we can built the ultimate script together.

I had a lot of fun this week, and you can definetly add me to the list for the next kixgolf (or kixpoker? ) round.