<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : Modify fAREA</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : ARKANCE (CAD Studio) applications : Modify fAREA]]></description>
  <pubDate>Mon, 27 Apr 2026 21:40:59 +0000</pubDate>
  <lastBuildDate>Sat, 19 Jan 2019 19:55:24 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=13063</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[Modify fAREA : Good evening Vladimir,first of...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13063&amp;PID=36681&amp;title=modify-farea#36681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=149313">yavo7789</a><br /><strong>Subject:</strong> 13063<br /><strong>Posted:</strong> 19.Jan.2019 at 19:55<br /><br /><font size="2">Good evening Vladimir,</font><div><font size="2"><br></font><div><font size="2">first of all thank you for the fast response. I was able to create my own acaddoc.lsp and setup fAREA as you advised. The only issue I ran into was setting up a unicode character E.g:&nbsp;(setq _FAREASUFFIX " ?") where ? is a cyrillic small letter m. It appears AutoCad loads only ANSI encoded .lsp files. When i setup "?" as suffix within AutoCad it works, the fAREA.vlx seems to support UNICODE characters. I also tried to work around with subscripted Capital latin letter M, but Notepad and Visual Lisp don't support subscripts as well as unicode cyrilic characters. Is there any way I can set up fAREA permanently to dysplay "&nbsp;?" as suffix? Thank you in advance!</font></div></div><div><font size="2"><br></font></div><div><font size="2"><br></font></div><div><font size="2">Cheers</font></div><div><span style="font-family: Arial, Helvetica, sans-serif; font-size: medium;"><br></span></div><span style="font-size:10px"><br /><br />Edited by yavo7789 - 19.Jan.2019 at 20:00</span>]]>
   </description>
   <pubDate>Sat, 19 Jan 2019 19:55:24 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13063&amp;PID=36681&amp;title=modify-farea#36681</guid>
  </item> 
  <item>
   <title><![CDATA[Modify fAREA :  Hello,you cannot edit the VLX...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13063&amp;PID=36670&amp;title=modify-farea#36670</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 13063<br /><strong>Posted:</strong> 14.Jan.2019 at 11:50<br /><br />Hello,<div>you cannot edit the VLX file but you can use the mentioned commands to customize this application. It is simple - just copy (or retype) the LISP commands to your AutoCAD command line.</div><div>&nbsp;</div><div>E.g. to set a 6-digits precision for fArea output, type:</div><div>&nbsp;</div><div>(setq _FAREAPREC 6)</div><div>&nbsp;</div><div>If you want to set it permanently, add this line to your ACADDOC.LSP file (or create new if it does not exist in your AutoCAD support path).</div>]]>
   </description>
   <pubDate>Mon, 14 Jan 2019 11:50:37 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13063&amp;PID=36670&amp;title=modify-farea#36670</guid>
  </item> 
  <item>
   <title><![CDATA[Modify fAREA : Greetings,would someone be so...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13063&amp;PID=36669&amp;title=modify-farea#36669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=149313">yavo7789</a><br /><strong>Subject:</strong> 13063<br /><strong>Posted:</strong> 14.Jan.2019 at 10:34<br /><br /><div>Greetings,</div><div><br></div><div>would someone be so kind to tell me how to edit the fAREA .vlx lisp?</div><div>I don't have any experience with Visual Lisp. The Read Me file says:</div><div><br></div><div>You can predefine these parameters with the following LISP</div><div>variables (set before you start the command):</div><div><br></div><div>LISP variables:</div><div>_FAREAPREC (default: LUPREC) - e.g.:</div><div>(setq _FAREAPREC 2)</div><div>_FAREAFACTOR (default 1.0) - e.g.:</div><div>(setq _FAREAFACTOR 0.001)</div><div>_FAREASUFFIX (default " m2") - e.g.:</div><div>(setq _FAREASUFFIX " mm2")</div><div>_FLENGTHPREC (default LUPREC) - e.g.:</div><div>(setq _FLENGTHPREC 2)</div><div>_FLENGTHFACTOR (default 1.0) - e.g.:</div><div>(setq _FLENGTHFACTOR 100.0)</div><div>_FLENGTHSUFFIX (default " m") - e.g.:</div><div>(setq _FLENGTHSUFFIX " km")</div><div>_FPROP (default "Linetype") - e.g.:</div><div>(setq _FPROP "Material")</div><div>_fAreaSameLayer (default nil; change label layer to object's):</div><div>(setq _fAreaSameLayer T)</div><div>_FAREADS (default: system decimal separator) - e.g.:</div><div>(setq _FAREADS ",")</div><div><br></div><div>How do I do that? Could you please send me some screen shots on how it is done or post a link to where it is explained in detail? Thank you in advance!</div><div><br></div><div>Kind Regards</div><span style="font-size:10px"><br /><br />Edited by yavo7789 - 14.Jan.2019 at 10:37</span>]]>
   </description>
   <pubDate>Mon, 14 Jan 2019 10:34:51 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13063&amp;PID=36669&amp;title=modify-farea#36669</guid>
  </item> 
 </channel>
</rss>