Message 1 of 3
When to use parenthesis and when to not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What is the secrete to knowing when to use a set of parenthesized when calling a procedure....
If it is a Function procedure that returns a value then it must be called
ReturnedVal = myfunction (arg1, arg2, ...)
but if no value is returned then the parens can be excluded?
Is this correct?
If it is a Function procedure that returns a value then it must be called
ReturnedVal = myfunction (arg1, arg2, ...)
but if no value is returned then the parens can be excluded?
Is this correct?