[Wish] Optional parameters
This is a biggie,
We need to be able to do
sub Functionname(optional value as int=-1)
end sub
Hell, just assume it's optional if there is a = defaultvalue in there.
It allows for more elegant code, and you could combine the 2 msgbox functions into 1 for example
This is a biggie,
We need to be able to do
sub Functionname(optional value as int=-1)
end sub
Hell, just assume it's optional if there is a = defaultvalue in there.
It allows for more elegant code, and you could combine the 2 msgbox functions into 1 for example
Last edited: