VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@WINTEXT
Windows ✓Linux ⚠macOS ⚠
Syntax
@WINTEXT(<window>)
Description
This function returns the text contents of the window identified by <window>. When the @WINATPOINT function is used to identify the window, this function can retrieve the text from elements such as buttons and edit fields.
OK
Unchanged.
Example
%T = @wintext(@winatpoint(256,72))