ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
NumToFinancialWritingChinese (Function)
In french: NumériqueVersEcritureFinancièreChinoise
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
Example
NumToFinancialWritingChinese(123.00)        // Renvoie "????????	??"
Syntax
<Result> = NumToFinancialWritingChinese(<Number>)
<Result>: Character string
Number expressed as a character string in Chinese financial writing format.
If <Number> is a string, the returned string is the same as the initial string.
<Number>: Integer, real or currency
Numeric value to convert to a character string in Chinese financial writing format.
Note: If this parameter is negative, the function will return an empty string ("").
Business / UI classification: Neutral code
Component: wd300std.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help