ā2018-06-19 02:05 PM
ā2018-06-19 02:18 PM
Tsepov wrote:
I need to change the number of decimal places in the GDL object according to the project settings .
How do I get this number?
Thank you.
rrr = REQUEST ("Area_dimension", "", format_string)
zzz = format_string
text2 0, 0, str(zzz, room_area)
Hope this helps ā2018-06-19 02:39 PM
qw=REQUEST ("Calc_area_unit", "", form_str)
AreaUN = form_str
ā2018-06-19 02:43 PM
ā2018-06-19 02:46 PM
ā2018-06-19 02:50 PM
ā2018-06-19 04:40 PM