|
|
|
|
|
- Server/Browser differences
ChangeSeparator (Function) In french: ChangeSéparateur Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization. To modify the separator: - of the current page: use function ChangeSeparator then redisplay the current page with function PageUse or FramesetUse.
- of the current window: use function ChangeSeparator then redisplay the current window with function Use.
Syntax
ChangeSeparator(<Separator Type> , <New value>)
<Separator Type>: Integer constant Specifies the type of separator to modify: | | sepCURRENCY | Symbol used for the currencies. | sepDECIMAL | Decimal separator (if the operating system used is the French version of Windows, the decimal separator is the comma (",") by default). | sepTHOUSAND | Thousand separator (if the operating system used is the French version of Windows, the separator is a space character ("") by default). |
<New value>: Character New value for the specified separator.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|