|
-
April 15th, 1999, 01:46 PM
#1
Help: Function Declaration?
I think that this fits under function declarations:
I've got a function declared as :
function DoOneOrTheOther (Optional One as String, Optional Other as string) as Boolean
This function is only meant to do one of the two calculations specified by string, the two calculations requiring different initializations within the function. I want to make sure that the user sends at least one of the two parameters down. How do I do that (I mean without error checking , if statement based code)
Thanx!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|