C
Cc
hi,
how to declare optinal argument if datatype are color
how to declare optinal argument if datatype are color
CJ Taylor said:public sub mySub(Optional myVar as Datatype = [defaultvalue])
where Datatype is the color type and default value is, well the
default value...
Cc said:how to declare optinal argument if datatype are color
CJ Taylor said:public sub mySub(Optional myVar as Datatype = [defaultvalue])
where Datatype is the color type and default value is, well
the default value...