VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。

EXTERNAL

Windows Linux macOS

Syntax

EXTERNAL <path to extension DLL> {,<string> )

Description

This command is used to install a Visual DialogScript extension which adds new commands, functions and dialog elements that you can use in your program . The optional string may be used to pass extension-specific information to the DLL.

OK

Unchanged.

Example

EXTERNAL VDSOLE.DLL,100

See also