Skip to content

Commit

Permalink
RMB() Function Added ;添加了 RMB() 函数
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniotheFuture authored Dec 24, 2020
1 parent dced76e commit a5c99b6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ExFunctions-zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -3246,7 +3246,7 @@ var ExFunction = [{
"NewLine": "Yes",
"Des": "converts a supplied numeric value into text, in a user-specified format.",
"Args": [
"价值", "设置文本格式"
"数值", "设置文本格式"
]
},
{
Expand Down Expand Up @@ -3526,5 +3526,13 @@ var ExFunction = [{
"Args": [
"阵列", "x", "[σ]"
]
},
{
"Fname": "RMB",
"NewLine": "Yes",
"Des": "Convert value to Chinese yuan",
"Args": [
"数值", "[小数位数]"
]
}
];
9 changes: 9 additions & 0 deletions ExFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3537,7 +3537,16 @@ var ExFunction = [{
"Args": [
"array", "x", "[sigma]"
]
},
{
"Fname": "RMB",
"NewLine": "Yes",
"Des": "Convert value to Chinese yuan",
"Args": [
"value", "[小数位数]"
]
}



];

0 comments on commit a5c99b6

Please sign in to comment.