Specifying optional arguments in a custom lotusscript class

The subject says it all really…

how do i specify that i want an argument in a method of a custom class to be optional?

Subject: specifying optional arguments in a custom lotusscript class

Optional arguments only exist in the core LS functions and classes. You can’t have optional arguments in your own LS subs, functions and methods.

/Peter