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.
@TRIM
Syntax
@TRIM(<string>)
Description
This function returns a string which is the same as <string> but with leading and trailing spaces removed.
OK
Unchanged.
Example
%T = @trim(@next(1))