DDgui_get$: id$, name$
Get data from a widget as a string
Example :
DDgui_checkbox("test","This is an example")
DEBUG "Text : "+DDgui_get$("test","TEXT")
Result :
This example retrieves specified data from a widget as a string. The type of information received is defined by name$