Hi Folks
I need to use some nested loops in a fomula, if I were writing in VB I would define it as such:
If Expr then
If Expr-2 then
Statements
Else
Statements
End If
Else
If Expr-3 then
Statements
End If
End If
How can I approximate this structure in a CR formula syntax? I seem to be having trouble trying to define where one set of nested ifs begin and the other ends.
Thanks
Craig
I need to use some nested loops in a fomula, if I were writing in VB I would define it as such:
If Expr then
If Expr-2 then
Statements
Else
Statements
End If
Else
If Expr-3 then
Statements
End If
End If
How can I approximate this structure in a CR formula syntax? I seem to be having trouble trying to define where one set of nested ifs begin and the other ends.
Thanks
Craig