<?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: Help in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Help/m-p/3883#M41635</link>
    <description>Thank ya Thank ya Thank ya&lt;BR /&gt;
&lt;BR /&gt;
Works perfect.</description>
    <pubDate>Thu, 04 Dec 2003 21:04:28 GMT</pubDate>
    <dc:creator>Red</dc:creator>
    <dc:date>2003-12-04T21:04:28Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help/m-p/3881#M41633</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;More than likely I say this is an easy fix.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_rolleyes.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Ex #1----LogsHigh = int((HLH_RoHt + 0'-3")/HLH_log_sh)&lt;BR /&gt;
&lt;BR /&gt;
Ex #2----parameters HLH_Lo2 = str("%", LogsHigh+1)&lt;BR /&gt;
&lt;BR /&gt;
What I'm doing is taking an int from Ex #1 and converting it to a string and the value I'm receiving is 9.000. I would like for it to only be 9 w/o the decimals places. &lt;BR /&gt;
&lt;BR /&gt;
Here are some ways I tried it&lt;BR /&gt;
&lt;BR /&gt;
1. parameters HLH_Lo2 = str(" ", LogsHigh+1)&lt;BR /&gt;
&lt;BR /&gt;
2. parameters HLH_Lo2 = str(LogsHigh+1)&lt;BR /&gt;
&lt;BR /&gt;
3. parameters HLH_Lo2 = int(str("%", LogsHigh+1))&lt;BR /&gt;
Didn't figure that would work, but I gave it a try anyway.&lt;BR /&gt;
&lt;BR /&gt;
What simple little thing am I missing.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Dec 2003 20:36:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help/m-p/3881#M41633</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2003-12-04T20:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help/m-p/3882#M41634</link>
      <description>Try:&lt;BR /&gt;
&lt;BR /&gt;
HLH_Lo2 = str("%.0", LogsHigh+1) &lt;BR /&gt;
&lt;BR /&gt;
I haven't checked to see if it works, but it should give you a resulting value of "9".</description>
      <pubDate>Thu, 04 Dec 2003 20:53:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help/m-p/3882#M41634</guid>
      <dc:creator>David Larrew</dc:creator>
      <dc:date>2003-12-04T20:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help/m-p/3883#M41635</link>
      <description>Thank ya Thank ya Thank ya&lt;BR /&gt;
&lt;BR /&gt;
Works perfect.</description>
      <pubDate>Thu, 04 Dec 2003 21:04:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help/m-p/3883#M41635</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2003-12-04T21:04:28Z</dc:date>
    </item>
  </channel>
</rss>

