I’m not sure how many people are aware of this but you can explicitly declare a function with parameter types and a return type.

e.g.

function Foo ( $strVar1 String, $intVar2 Interger ) Integer
; … do something
endfunction

What I would like to see, is type checking for these parameters (if there type was declared).

------------------
Have a good one,
-Ben

"Its funny when you stop doing things not because they're wrong, but because you might get caught." - Unknown