Subject | Assign a default value in a procedure parameter |
---|---|
Author | grndeveloper |
Post date | 2005-06-27T16:58:23Z |
Imagine that we have a procedure with one parameter.
It is possible assign a default value in that procedure in order to
calling it without parameters.
For example, F is a procedure that the input is a boolean parameter.
By default i wish that call the procedure F like that 'execute
procedure F' it do the same that calling like 'execute procedure F(1)'
Thanks for all!
Best regards,
It is possible assign a default value in that procedure in order to
calling it without parameters.
For example, F is a procedure that the input is a boolean parameter.
By default i wish that call the procedure F like that 'execute
procedure F' it do the same that calling like 'execute procedure F(1)'
Thanks for all!
Best regards,