La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.
#DEFINE
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...