problems passing a null value as part of a function...

  • Thread starter Thread starter Brad Pears
  • Start date Start date
B

Brad Pears

I have a function that sometimes may have to pass a null value as one of
it's parameters. However, as soon as the parameter being passed happens to
be null, the code runs the "on error" routine...

I want the value to sometimes be null, and the called function handles it
there...

How do you perform a function that may include a null value for one of it's
parameters?

Thanks, Brad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top