Skip to main content
1-Visitor
December 14, 2015
Solved

If only, the story of my life

  • December 14, 2015
  • 1 reply
  • 1429 views

All I want for Christmas is a simple if / otherwise block like this:

Capture.JPG

But all I'm ever able to get, using from the Boolean toolbar, is something like below. How can I get the structure like in the image above?

Capture.JPG

The calculations I want to perform when the condition is true occupy more than just one line.

Best answer by LucMeekes

All you need for Xmas then is to press a closing square bracket with the cursor at the placeholder before the 'if' or the 'otherwise'.

You can also select 'add line' from the programming pallette.

Success!
Luc

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
December 14, 2015

All you need for Xmas then is to press a closing square bracket with the cursor at the placeholder before the 'if' or the 'otherwise'.

You can also select 'add line' from the programming pallette.

Success!
Luc