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.

#DEFINE

Windows Linux macOS

Syntax

#DEFINE COMMAND, name1, name2, ...
#DEFINE FUNCTION, name1, name2, ...

Description

The #DEFINE directive declares all command and function names that are not built in to VDS.

This includes all commands and functions provided by extension DLLs, as well as commands and functions written in VDS code.

Note that the '@' symbol does not form part of the function name, so a function that was used as @prime(...) would be defined as: #DEFINE FUNCTION, PRIME

Example

See a more advanced example...

See also