[SOLVED] How to make optional parameter in procedure?
Posted: Sat Apr 24, 2010 8:23 am
I see a lot of procedure/function in PB is having optional parameter
For example, Result = ButtonGadget(#Gadget, x, y, Width, Height, Text$ [, Flags])
The "Flags" is optional parameter
How can I create such procedure/function in PB with optional parameter?
For example, Result = ButtonGadget(#Gadget, x, y, Width, Height, Text$ [, Flags])
The "Flags" is optional parameter
How can I create such procedure/function in PB with optional parameter?