Nice Scripts everyone [Smile]

I believe the trick in this KixGolf game is to force KiXtart to use 'big' numbers by forcing the var to be double instead of integer!

$number = $Number * CDbl(1)

Or Shawn's approach:

$number = 0. + $Number

Should we start a new Tricks-forum ? This one could also be in the FAQ section under typecasting.

The KixGolf games is a great idea, but could we have a summary of the new tricks by the submitter or the winner of the game ?

Shouldn't this lead up to a deeper understanding of the syntax in KiXtart (and hard testing of same) ?

Just a thougt about the scoring system:
Shouldn't all variables be considered as one char, then $, $a and $array would all count as one char in the script, and the the scripts
would be a lot more readable (and easyer to submit to the forum).

-Erik