<?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: Integer decimals in Outfield in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Integer-decimals-in-Outfield/m-p/293669#M5763</link>
    <description>&lt;BLOCKQUOTE&gt;JGoode wrote:&lt;BR /&gt;For some reason when I set an integer parameter it displays 6 decimal points after the number. How can I remove these decimal points?&lt;/BLOCKQUOTE&gt;
ZZ = 3   ! an integer&lt;BR /&gt;
UI_OUTFIELD str ("% 0.1", ZZ), 10, 30, 25, 16 ! 1 decimal point&lt;BR /&gt;
Or directly:&lt;BR /&gt;
UI_OUTFIELD str (77, 3, 0), 10, 50, 30, 16  ! 77 is the number&lt;BR /&gt;
&lt;BR /&gt;
Or you can make a request to the working environment.&lt;BR /&gt;
Dform = "% 0.0" !!! integer&lt;BR /&gt;
QW = REQUEST ("Linear_dimension", "", Dform)</description>
    <pubDate>Tue, 27 Jun 2017 13:00:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-27T13:00:35Z</dc:date>
    <item>
      <title>Integer decimals in Outfield</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Integer-decimals-in-Outfield/m-p/293668#M5762</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;For some reason when I set an integer parameter it displays 6 decimal points after the number. How can I remove these decimal points?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Jun 2017 11:13:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Integer-decimals-in-Outfield/m-p/293668#M5762</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-06-27T11:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Integer decimals in Outfield</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Integer-decimals-in-Outfield/m-p/293669#M5763</link>
      <description>&lt;BLOCKQUOTE&gt;JGoode wrote:&lt;BR /&gt;For some reason when I set an integer parameter it displays 6 decimal points after the number. How can I remove these decimal points?&lt;/BLOCKQUOTE&gt;
ZZ = 3   ! an integer&lt;BR /&gt;
UI_OUTFIELD str ("% 0.1", ZZ), 10, 30, 25, 16 ! 1 decimal point&lt;BR /&gt;
Or directly:&lt;BR /&gt;
UI_OUTFIELD str (77, 3, 0), 10, 50, 30, 16  ! 77 is the number&lt;BR /&gt;
&lt;BR /&gt;
Or you can make a request to the working environment.&lt;BR /&gt;
Dform = "% 0.0" !!! integer&lt;BR /&gt;
QW = REQUEST ("Linear_dimension", "", Dform)</description>
      <pubDate>Tue, 27 Jun 2017 13:00:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Integer-decimals-in-Outfield/m-p/293669#M5763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-27T13:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Integer decimals in Outfield</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Integer-decimals-in-Outfield/m-p/293670#M5764</link>
      <description>&lt;BLOCKQUOTE&gt;SL_GDL wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;JGoode wrote:&lt;BR /&gt;For some reason when I set an integer parameter it displays 6 decimal points after the number. How can I remove these decimal points?&lt;/BLOCKQUOTE&gt;
ZZ = 3   ! an integer&lt;BR /&gt;
UI_OUTFIELD str ("% 0.1", ZZ), 10, 30, 25, 16 ! 1 decimal point&lt;BR /&gt;
Or directly:&lt;BR /&gt;
UI_OUTFIELD str (77, 3, 0), 10, 50, 30, 16  ! 77 is the number&lt;BR /&gt;
&lt;BR /&gt;
Or you can make a request to the working environment.&lt;BR /&gt;
Dform = "% 0.0" !!! integer&lt;BR /&gt;
QW = REQUEST ("Linear_dimension", "", Dform)&lt;/BLOCKQUOTE&gt; What if I don't want any decimal points?&lt;BR /&gt;
&lt;BR /&gt;
edit: Never mind, worked it out. Thanks very much!</description>
      <pubDate>Tue, 27 Jun 2017 13:12:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Integer-decimals-in-Outfield/m-p/293670#M5764</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-06-27T13:12:32Z</dc:date>
    </item>
  </channel>
</rss>

