L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.
@FADD
Syntax
@FADD(<value1>,<value2>)
Description
This function returns the sum of its two arguments: <value1> + <value2>, which may be floating-point numbers.
OK
Unchanged.
Example
OPTON DECIMALSEP,"."
%F = @FADD(%A,3.14159)
See a more advanced example...