I just pasted the expression into one of my projects and it worked fine.&nbsp; You may just need to allow the expression to go onto two lines like so:<br><br>
PARENT(&quot;WIDTH&quot;)*PARENT(&quot;HEIGHT&quot;)*0.0464/<br>(PARENT(&quot;WIDTH&quot;)+PARENT(&quot;HEIGHT&quot;))<br><br>Another way to shorten the expression is use #P instead of writing out &quot;Parent&quot;<br><br>
#P(&quot;WIDTH&quot;)*#P(&quot;HEIGHT&quot;)*0.0464/(#P(&quot;WIDTH&quot;)+#P(&quot;HEIGHT&quot;))<br><br>Hope this helps<br><br>--<br>Karen<br><br><div class="gmail_quote">On Thu, Jun 26, 2008 at 4:28 AM, Prabhat Barnwal &lt;<a href="mailto:prabhat.greenbuildings@gmail.com">prabhat.greenbuildings@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear all,<br>
<br>
While writing an expression for window frame width of curtain walls in<br>
eQuest 3.61, I am getting &#39;Expression parsing error&#39; saying the user<br>
expression is too long. The expression used is-<br>
default :<br>
PARENT(&quot;WIDTH&quot;)*PARENT(&quot;HEIGHT&quot;)*0.0464/(PARENT(&quot;WIDTH&quot;)+PARENT(&quot;HEIGHT&quot;))<br>
<br>
How should I modify or change it?<br>
<br>
Are there provisions for creating local variable by arithmetic operation on<br>
present variables? For example, the length of this expression can be reduced<br>
, if I calculate perimeter of parent wall first and use that value directly<br>
in the expression.<br>
<br>
Any help will be appreciated.<br>
<br>
Regards,<br>
Prabhat Barnwal<br>
New Delhi<br>
<br>
_______________________________________________<br>
Bldg-sim mailing list<br>
<a href="http://lists.onebuilding.org/listinfo.cgi/bldg-sim-onebuilding.org" target="_blank">http://lists.onebuilding.org/listinfo.cgi/bldg-sim-onebuilding.org</a><br>
To unsubscribe from this mailing list send &nbsp;a blank message to <a href="mailto:BLDG-SIM-UNSUBSCRIBE@ONEBUILDING.ORG">BLDG-SIM-UNSUBSCRIBE@ONEBUILDING.ORG</a><br>
</blockquote></div><br><br>