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