This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: How to declare a procedure with optional parameters in Lotusscript? ~Rex KifanasonodenDana Chutumiman 6.Dec.09 03:34 PM a Web browser Domino Designer All ReleasesWindows XP
Thank you Rogers!
flag = notesStream.Open( pathname$ [ , charset$ ] )
the parameter 'charset' is optional, I wonder how lotusscript achieve this?
use overload or something others...