mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Core: Doc: Update Format documentation related to percent symbol.
git-svn-id: svn://ultimatepp.org/upp/trunk@11968 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
854ba392dc
commit
10d0945542
1 changed files with 2 additions and 2 deletions
|
|
@ -282,8 +282,8 @@ default `= 6)]
|
|||
:: [s0;%- 123]
|
||||
:: [s0;%- Format(`"[* %2!,n]`", 123)]
|
||||
:: [s0;%- 123.00]
|
||||
:: [s0;%- Format([* `"% %%%%`"], 12.3)]
|
||||
:: [s0;%- 12.3 %]
|
||||
:: [s0;%- Format([* `"%.1f%%`"], 12.3)]
|
||||
:: [s0;%- 12.3%]
|
||||
:: [s0;%- Format(`"[* %ne]`", 1234567.89)]
|
||||
:: [s0;%- 1234567.89]
|
||||
:: [s0;%- Format(`"[* %nf]`", 1234567.89e30)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue