Open Koch013 opened 2 years ago
thanks 👍
reproduced as
DATA result TYPE STANDARD TABLE OF i WITH DEFAULT KEY.
result = VALUE #(
LET lv_start = 2 + 2 IN
FOR i = lv_start UNTIL i > lv_start * 2
( lv_start ) ).
step by step, day by day
one more working,
I receive the following error when running the test for Matrix:
Looks like to be the same error as in 148 but this time for VALUE
Here's my code: