The macroArray package [ver. 1.1.0]
The macroArray
package [ver. 1.1.0
]
Updates
New parameter in the %array()
macro:
q=
- Optional, indicates (when set to1
) if the value be surrounded by quotes. It usesquote(cats(...))
combo under the hood. Default value is0
. Ignored formacarray=M
.
Documentation updated.
SHA256 for macroArray is: F*6A22A01868F4203862B3685F543D723C7DB8E9AB3C1A6357D2BFA030971B0D3C
Example:
%array(UL[26] $, function = byte(rank("A")+_I_-1) , q=1)
%put &=UL1 &=UL2 ... &=UL25 &=UL26;