#Function Default Values

5 messages · Page 1 of 1 (latest)

shrewd fern
#

I have 2 default values but how should I fill up the last one?

void drawVerticalLine(int length, string filler=BH, string corner=BC);

#

drawVerticalLine(69, corner=420);

olive lichen
#

what is "BH"

#

you only have to pass the parameter if you want to change it

bitter granite