I know I can pad a number with zeros, is there a way to pad them with
blanks? There are a couple of rules in the EBNF that seem to point
this way:
number := (integer ('.' fraction)?) | sigDigits
sigDigits := '#'* '@''@'* '#'*
padSpec := '*' padChar
padChar := '\u0000'..'\uFFFD' - quote
sigDigits, padSpec and padChar don't seem to be referenced anywhere in
the docs, and I've played around with asterixes and at-signs in the
argument for getFormat without any luck.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.