Hi viorel,
you can get you timer value by using the command below, assuming it is a timer control on the .uir
GetCtrlVal (int Panel_Handle, int Control_ID, &Value);
To set the value into a control on the .uir:
SetCtrlVal (int Panel_Handle, int Control_ID, Value);
you can also find some useful information in the Menubar>>Help>>Contents
Hope this helps.
Regards
AL