(get_tile key)
The get_tile function retrieves the current value of the value attribute specified for a tile in a DCL dialog box file.
The key argument is a string containing the tile key.
The function returns a string containing the current value of the value attribute of the tile.
Example
(get_tile "my_tile_1")
Related Functions