eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:transformation:mappings:funktionen:numerisch:makenumericex

MakeNumericEx

See also MakeNumeric

Syntax

MakeNumericEx('Value')
MakeNumericEx('Value', <Empty Value>)

Sample

Code Result
MakeNumericEx(' ')
NULL
MakeNumericEx(' ', 0)
0
MakeNumericEx('aaa')
NULL
MakeNumericEx('aaa', -1)
NULL
MakeNumericEx(<Empty x-path resut>)
NULL
MakeNumericEx(<Empty x-path resut>, 0)
0
MakeNumericEx('6.25-' )
-6.25
MakeNumericEx('6,763.5')
6763.5
MakeNumericEx('6.971,12')
6971.12

Beschreibung

This function accepts a number with a followed minus sign and returns this number as a negative numeric value.

en/transformation/mappings/funktionen/numerisch/makenumericex.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1