Skip to main content
1-Visitor
March 14, 2016
Solved

how can I write "otherwise" in mathCAD prime 3

  • March 14, 2016
  • 1 reply
  • 3180 views

how can I write "otherwise" in mathCAD prime 3

Best answer by StuartBruff

Prime uses "else" instead of the "otherwise" used in Mathcad 15 and previous versions.

Either pick else from the Programming toolbar or type else into a placeholder then type ctl-J (ctl-J converts typed programming keywords into the equivalent Mathcad programming symbols - one of Prime's nicer new features)

Stuart

1 reply

23-Emerald V
March 14, 2016

Prime uses "else" instead of the "otherwise" used in Mathcad 15 and previous versions.

Either pick else from the Programming toolbar or type else into a placeholder then type ctl-J (ctl-J converts typed programming keywords into the equivalent Mathcad programming symbols - one of Prime's nicer new features)

Stuart