DDgui_get: id$, name$
Get data from a widget as a floating-point value
Example :
DDgui_slider("test",0.5,100)
DEBUG "Slider value : "+DDgui_get("test","TEXT")
Result :
This example retrieves specified data from a widget as a floating-point value. The type of information received is defined by name$