LotusScript Script Libraries - Define Optional Parameters

Is there a way that I can define optional parameters for a sub routine in my script library?

Subject: No.

Subject: LotusScript Script Libraries - Define Optional Parameters

You can achieve this by putting the varibale number of parameters in an array or list, and then passing the list to the subroutine.

Ethann Castell

Caliton Innovations

web: http://www.caliton.com | blog: http://www.ethann.com