<?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: Infield Character Text Limit? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Infield-Character-Text-Limit/m-p/293621#M5760</link>
    <description>First, define a Parameter of Text type, called "superLongInfield".
&lt;PRE&gt;_v=0
_vv=23
	ui_infield "superLongInfield", 0, _v, wd, ht
	_v=_v+_vv
	ui_outfield superLongInfield, 
	0, _v, wd, ht
	_v=_v+60
&lt;/PRE&gt;
I don't see a way to limit the length of infield input but the above will display the full text from infield (not dynamically, but upon change of focus). Works in AC20</description>
    <pubDate>Fri, 30 Jun 2017 15:36:24 GMT</pubDate>
    <dc:creator>matjashka</dc:creator>
    <dc:date>2017-06-30T15:36:24Z</dc:date>
    <item>
      <title>Infield Character Text Limit?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Infield-Character-Text-Limit/m-p/293619#M5758</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is there any way that I am able to limit the amount of characters that someone can type into the infield? Either that or is there any way that you can display the entire amount of text that is in the infield in the object? &lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Jun 2017 08:57:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Infield-Character-Text-Limit/m-p/293619#M5758</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-06-27T08:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Infield Character Text Limit?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Infield-Character-Text-Limit/m-p/293620#M5759</link>
      <description>bump</description>
      <pubDate>Fri, 30 Jun 2017 10:39:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Infield-Character-Text-Limit/m-p/293620#M5759</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2017-06-30T10:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Infield Character Text Limit?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Infield-Character-Text-Limit/m-p/293621#M5760</link>
      <description>First, define a Parameter of Text type, called "superLongInfield".
&lt;PRE&gt;_v=0
_vv=23
	ui_infield "superLongInfield", 0, _v, wd, ht
	_v=_v+_vv
	ui_outfield superLongInfield, 
	0, _v, wd, ht
	_v=_v+60
&lt;/PRE&gt;
I don't see a way to limit the length of infield input but the above will display the full text from infield (not dynamically, but upon change of focus). Works in AC20</description>
      <pubDate>Fri, 30 Jun 2017 15:36:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Infield-Character-Text-Limit/m-p/293621#M5760</guid>
      <dc:creator>matjashka</dc:creator>
      <dc:date>2017-06-30T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Infield Character Text Limit?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Infield-Character-Text-Limit/m-p/293622#M5761</link>
      <description>And what, STRLEN does not fit?&lt;BR /&gt;
!!! Master script&lt;BR /&gt;
nn=77 !max number of characters&lt;BR /&gt;
n=STRLEN (string_expression)&lt;BR /&gt;
&lt;BR /&gt;
!!! At the time of filling ui_infield "string_expression" will be a warning.&lt;BR /&gt;
&lt;BR /&gt;
if n &amp;gt; nn THEN PRINT "Exhausted the maximum number of characters."</description>
      <pubDate>Fri, 30 Jun 2017 16:58:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Infield-Character-Text-Limit/m-p/293622#M5761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-30T16:58:21Z</dc:date>
    </item>
  </channel>
</rss>

