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.
@INPUT
Syntax
@INPUT(<prompt text>,<default result> , PASSWORD)
Description
This function prompts the user to enter some text. The optional default result is returned if the user presses Cancel.
If the optional PASSWORD parameter is supplied then the text in the input box is shown as asterisks.
OK
Set to false if the user presses Cancel.
Example
%P = @INPUT(Enter password:,,PASSWORD))