Siehe auch MakeNumeric
MakeNumericEx('Value')
MakeNumericEx('Value', <Empty Value>)
Code | Ergebnis |
---|---|
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 |
Diese Funktion nimmt eine Zahl mit nachgestelltem Minuszeichen entgegen und gibt diese Zahl als negativen numerischen Wert zurück.