Hi guys,
can someone give me an example of some complex relations which include if statements. I am a competant programmer but I cant seem to figure out the syntax used in the relations interface.
I will show you what I am basicly trying to do...
a=d10
if (a > 100)
{
d20=d10
} else {
d20=d10+100
}
basicly something like that.
can someone give me an example of some complex relations which include if statements. I am a competant programmer but I cant seem to figure out the syntax used in the relations interface.
I will show you what I am basicly trying to do...
a=d10
if (a > 100)
{
d20=d10
} else {
d20=d10+100
}
basicly something like that.