VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。

@INPUT

Windows Linux macOS

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))

See also