On Tue, Apr 19, 2005 at 10:01:26AM -0500, Benjamin Holmberg wrote:
> 
> When creating a function which accepts a single argument, things work just 
> fine, variable can be used throughout the function as expected with no 
> modification.
> When creating functions containing two or more arguments, I have to 
> explicity cast the arguments whenever I use them (loading/casting into 
> another variable is an option, haven't tried though) to prevent runtime 
> errors. The functions get called just fine, but then run into problems using 
> any of the given arguments.

Please post an example of what you're doing: a simple function, how
you're invoking it, and the error message(s).

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to