I have SetOption ("Explicit"."ON") set and I call a certain .udf file before any functions in that file are used. But I want to get a value back from the udf that I'm calling so that I can use the value. The udf doesn't "return" a value. It just declares a var (DIM $some_var) and sets its value before exiting. How do I get that value? Right now, because it has to be DIM'ed, it gets lots upon Exiting the function.................
_________________________
kickin it solo