Allow user to modify zero_pad_left MACRO's padding
Add optional pad length argument
This commit is contained in:
		@@ -1,6 +1,11 @@
 | 
				
			|||||||
<!--% MACRO zero_pad_left(word) BLOCK %-->
 | 
					<!--% MACRO zero_pad_left(word, pad_length) BLOCK %-->
 | 
				
			||||||
 | 
						<!--% IF pad_length %-->
 | 
				
			||||||
 | 
							<!--% zero_pad_format = "%0${pad_length}s" %-->
 | 
				
			||||||
 | 
						<!--% ELSE %-->
 | 
				
			||||||
 | 
							<!--% zero_pad_format = "%04s" %-->
 | 
				
			||||||
 | 
						<!--% END %-->
 | 
				
			||||||
<!--% USE String(word) %-->
 | 
					<!--% USE String(word) %-->
 | 
				
			||||||
<!--% String.format("%04s") %-->
 | 
						<!--% String.format(zero_pad_format) %-->
 | 
				
			||||||
<!--% END %-->
 | 
					<!--% END %-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!--% MACRO display_choice(choice, display_when_true, display_when_false) BLOCK %-->
 | 
					<!--% MACRO display_choice(choice, display_when_true, display_when_false) BLOCK %-->
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user