Discussion:
Area = sq inches only?
(too old to reply)
sroehr
2005-03-08 18:59:44 UTC
Permalink
Hi--I just started working at a new office, and I've come across an LT issue I've never seen before. Usually when I run an AREA query, the answer comes back w/both sq. inches and sq. feet. On the machines here, however, it only comes back in sq. in. *except* on one machine, and no one knows why. I can't figure out what to edit to give me back my sq. ft. It's getting annoying dividing everything by 144. Any suggestions?

Thanks

Susan
Dean Saadallah
2005-03-08 19:26:08 UTC
Permalink
UNITS is set to what?
--
Dean Saadallah
Add-on products for LT
http://www.pendean.com/lt
--
sroehr
2005-03-08 21:09:44 UTC
Permalink
Aha, you just solved it for me. Previously, I always worked w/units set to architectural; this shop has the units set to fractional. Fractional displays the area in sq. in., when I use architectural, the area offers sq. ft. Thanks!
Jholt
2005-03-10 15:47:47 UTC
Permalink
Depending on how you do your work, you could write a macro to tell you the area in square ft, regardless of the units setting. The macro could insert text or just return the answer to the command line. The one below inserts text.

^C^Carea;o;\;;text;_c;\;0;$M=$(rtos,$(/,$(getvar,area),144),2,2)" S.F.";

jeff <><

Loading...