- Code: Select all
Table: 16
[|G2|G3]&
[when]{$age}<10[do]V [end]&
[when]{$age}<11.6 >10[do]IV [end]&
[when]{$age}>11.6<12.6[do]III [end]&
[when]{$age}>12.6[do]D [end]&
(1.00)
In the above code I'm trying to do an age less than 10 as V; between 10 and 11.6 as IV; and between 11.6 and 12.6 as III. Sadly though, whenever I get an age lower than 10 I get the V, the IV, and the III.
Is there a way to do that using the when statements or is there another way of doing it.






