0 Members and 1 Guest are viewing this topic.
Evaluates one of the two expressions depending on the value of state.USERUI(state,defaultexpression,userexpression)RemarksIf state is 0, the USERUI function evaluates the defaultexpression. If state is 1, it evaluates the userexpression.ExampleUSERUI(1, if(Width>6in, 6in, Width), Width*0.75)Evaluates the expression Width*.075 and returns the result.