mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Core: Documentation for ',' option in double formatting, thousands separator '@' flag for double formatting.
git-svn-id: svn://ultimatepp.org/upp/trunk@4161 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
809cfe6d29
commit
68425c7f56
5 changed files with 111 additions and 105 deletions
|
|
@ -173,7 +173,10 @@ limit.&]
|
|||
]_[* Pattern]([@(0.0.255) const]_[@(0.0.255) char]_`*[*@3 p])&]
|
||||
[s2; Formatting tag used for conversion to textual representation
|
||||
(includes standard printf formatting tags, see Format function
|
||||
for description). Default tag is [@4 %.10g].&]
|
||||
for description). Default tag is [@4 %.10g]. After setting a new
|
||||
pattern, ConvertDouble formats simple example number (Format(1.1))
|
||||
and if it detects character `',`' in resulting string, Filter
|
||||
method forces `',`' to be used instead of `'.`' for decimal point.&]
|
||||
[s7; [%-*C@3 p]-|Pattern.&]
|
||||
[s7; [*/ Return value]-|`*this.&]
|
||||
[s3; &]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue