Version 3.xx does still allow to use a range as a CASE test
For example the following code works in both Navision Attain 3.10A as well as Microsoft Business Solutions - Navision 3.7.
VAR a : Integer;
CASE a OF
1..10 : MESSAGE('Test 1');
11..15 : MESSAGE('Test 2');
16..17 : MESSAGE('Test 3');
END;
I have had no problems
Regards,
Steven Officer
[New topic started by Administrator]
This isn't a signature, I type this at the bottom of every message
0