argument separator ","
command separator ";"
decimal
thousands
before currency
after currency
negative
date input format
date 4 format
date 5 format

add submenu "format number" command "format *" with 14 items
	add menuitem "Fixed"		type 23
	add menuitem "Currency" 		type 24
	add menuitem "Percent" 		type 25
	add menuitem "Scientific"	type 26
	add menuitem "General"		type 22
	add menuitem "D-Mon-YY"		type 27 command "format date 1"
	add menuitem "D-Mon"		type 28 command "format date 2"
	add menuitem "Mon-YY"		type 29 command "format date 3"
	add menuitem "datestr1"		type 30 command "format date 4"
	add menuitem "datestr2" 		type 31 command "format date 5"
	add menuitem "HR:MN:SC AM"	type 32 command "format time 1"
	add menuitem "HR:MN AM"		type 33 command "format time 2"
	add menuitem "HH:MN:SC"		type 34 command "format time 3"
	add menuitem "HH:MN"		type 35 command "format time 4"
	add menuitem "Custom..."		type 199 command "@call DG:DGCustom()"

add submenu "format attribute" with 4 items
	add menuitem "Hide Zero"		type 36 command "hide zeroes", "show zeroes"
	add menuitem "Commas"		type 37 command "use commas", "no commas"
	add menuitem "Parenthesis"	type 38 command "use parenthesis", "no parenthesis"
	add menuitem "Hidden"		type 39 command "hide cells", "show cells"
