Hi all,

I'm afraid I don't understand these conditional statements at all - and yes I have read the useless summary in the help file (they need to add a visual real world example, not just a bunch of hypothetical numbers...)

I would like to make a void height parameter which will always be taller or as tall as 3 solid elements which have variable heights.

So I want this void to always match the height of whichever solid is tallest at the time.

In non-mathmatical terms, I need something like:

Void height = The greatest of either A height, B height or C height

Help would be great : )

Cheers