<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<style>
<!--
.hmmessage p
        {margin:0px;
        padding:0px}
body.hmmessage
        {font-size:12pt;
        font-family:Calibri}
-->
</style>
</head>
<body class="hmmessage">
<div>
<div style="font-family:Calibri,sans-serif; font-size:11pt">Hsein,<br>
<br>
If statement is not allowed.<br>
But you can use instead x variable as a flag for the situation.<br>
Ex.<br>
x=1 if true; then y=5<br>
x=0 if false; then y=10<br>
<br>
Then it can be written in Equ as follows<br>
<br>
y=5*eql(x,0) +10*eql(x,1)<br>
Similar way is valid for <,> ,=<,=>,~=<br>
You can use "!" To add Comment<br>
<br>
BR,<br>
Ayman</div>
</div>
<div dir="ltr">
<hr>
<span style="font-family:Calibri,sans-serif; font-size:11pt; font-weight:bold">From:
</span><span style="font-family:Calibri,sans-serif; font-size:11pt"><a href="mailto:hsein_moussawi@hotmail.com">Hsein Moussawi</a></span><br>
<span style="font-family:Calibri,sans-serif; font-size:11pt; font-weight:bold">Sent:
</span><span style="font-family:Calibri,sans-serif; font-size:11pt">ý11/ý21/ý2015 16:31</span><br>
<span style="font-family:Calibri,sans-serif; font-size:11pt; font-weight:bold">To:
</span><span style="font-family:Calibri,sans-serif; font-size:11pt"><a href="mailto:trnsys-users@lists.onebuilding.org">trnsys-users@lists.onebuilding.org</a></span><br>
<span style="font-family:Calibri,sans-serif; font-size:11pt; font-weight:bold">Subject:
</span><span style="font-family:Calibri,sans-serif; font-size:11pt">[TRNSYS-users] (no subject)</span><br>
<br>
</div>
<div>
<div dir="ltr">Hello there,
<div>I was wondering if there is certain language for writing expressions in the calculator component inside a trnsys project.</div>
<div>I am trying to make "if...otherwise" expressions for example.</div>
<div>Is this possible?</div>
<div><br>
</div>
<div>Thanks</div>
</div>
</div>
</body>
</html>