2019-01-23 06:42 PM
Solved! Go to Solution.
2019-01-26 06:26 AM
2019-01-24 02:11 AM
2019-01-24 05:18 PM
2019-01-25 01:39 AM
2019-01-25 11:06 AM
if (room_area <> room_net_area) or (room_area <> room_reduced_area) or (room_area <> room_calc_area) or (room_poly_status = 0) then stamp_error = 1 else stamp_error = 0 endif
2019-01-25 11:31 AM
2019-01-25 01:04 PM
if ROOM_POLY_STATUS = 0 then text2 0, 2, "0" if ROOM_POLY_STATUS = 1 then text2 0, 2, "1" if ROOM_POLY_STATUS = 2 then text2 0, 2, "2"and it still doesn't seem to work. Any Ideas?
2019-01-25 02:29 PM
2019-01-25 03:08 PM
2019-01-26 06:26 AM