VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
@DLGTEXT
Windows ✓Linux ✓macOS ⏳
Syntax
@DLGTEXT(<element name>)
Description
This function is used to read the contents (such as text) from the dialog element <element name>. In the case of a list box the contents of the selected item is returned, or null if no item is selected.
OK
Unchanged.
Example
%A = @dlgtext(Name)