<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: need code for fraction od inches in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/need-code-for-fraction-od-inches/m-p/85692#M35255</link>
    <description>Thanks for the code! I'll have to try it out - right now I'm busy trying to get something out.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again,&lt;BR /&gt;
Michele</description>
    <pubDate>Mon, 28 Nov 2005 20:49:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-11-28T20:49:50Z</dc:date>
    <item>
      <title>need code for fraction od inches</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/need-code-for-fraction-od-inches/m-p/85690#M35253</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have this code in one of my objects but I need to have it show 1/4" or 1/2" or whatever it is but my code just shows whole inches like 36" and not 36 1/2". Here's my existing code:&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0, 0, STR("%fi", GLOB_ELEVATION)&lt;BR /&gt;
&lt;BR /&gt;
WHat do I need to do to get it to show the exact glob_elevation?&lt;BR /&gt;
&lt;BR /&gt;
Thanks and Happy Thanksgiving,&lt;BR /&gt;
Michele&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Nov 2005 20:07:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/need-code-for-fraction-od-inches/m-p/85690#M35253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-23T20:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: need code for fraction od inches</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/need-code-for-fraction-od-inches/m-p/85691#M35254</link>
      <description>You haven't specified a precision level in your format string, so it defaults to whole inches.&lt;BR /&gt;
&lt;BR /&gt;
It should be:&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0, 0, STR("%0.8fi", GLOB_ELEVATION)&lt;BR /&gt;
&lt;BR /&gt;
This will give precision to eighths on an inch. For halves the value is "0.2", for sixteenths it is "0.16", etc. It's a little quirky but it makes sense.</description>
      <pubDate>Wed, 23 Nov 2005 23:16:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/need-code-for-fraction-od-inches/m-p/85691#M35254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-23T23:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: need code for fraction od inches</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/need-code-for-fraction-od-inches/m-p/85692#M35255</link>
      <description>Thanks for the code! I'll have to try it out - right now I'm busy trying to get something out.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again,&lt;BR /&gt;
Michele</description>
      <pubDate>Mon, 28 Nov 2005 20:49:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/need-code-for-fraction-od-inches/m-p/85692#M35255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-28T20:49:50Z</dc:date>
    </item>
  </channel>
</rss>

