De interface van VDS Renaissance is in meerdere talen beschikbaar. De officiële documentatie wordt in het Engels onderhouden om één consistente en altijd actuele referentie te garanderen.
@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))