On 10/1/2020 4:57 PM, Gaetano wrote: > On 02/10/2020 06:40, Ken Mayer wrote: >> Best idea is to put optional ones at the end. > > true, but in the example from errorMessage, one could want a specific > font color but no specific background, it's not always possible to put > the required ones first. > > Thanks for pointing to those Arg functions!
Another thing you can do is require that something be passed, such as
simply blank values for strings (""), and zero for numeric values (0) ...