Skip to content

v0.3

Latest

Choose a tag to compare

@NotMyMajor NotMyMajor released this 04 Mar 17:16
· 2 commits to main since this release
fe4ca16

Added and documented new optional function argument name/value pair: CustomFiller. CustomFiller allows you to send any 1x1 string, char, integer, float, or double to use as the filler for rows and columns. This is in addition to the other options offered by the Filler argument. It is evaluated before (and will overwrite) any Filler argument.

i.e.

samesize(a,b,"CustomFiller", ":D", "Filler", "string")

This will use the CustomFiller ":D" and ignore the "string" argument.