(get_attr key attribute)
Determine the attribute of a dialog box's key.
This function returns the value of the dialog box attribute. Note that this value changes due to user input, as well as by calls made by the set_tile function. The key argument specifies the dialog box tile; key is a string and is case-sensitive.
Example
Code | Returns |
---|---|
(get_attr "pdsize_label" "Units") | "Units" |