Details
-
Bug
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
None
-
None
-
None
Description
SomeFile1 := DATASET([
{'A'},
{'B'},
{'C'},
{'D'},
{'E'},
,
{'G'},
{'H'},
{'I'},
{'J'},
,
{'L'},
{'M'},
{'N'},
{'O'},
,
{'Q'},
{'R'},
{'S'},
{'T'},
,
{'V'},
{'W'},
{'X'},
{'Y'}],
);
Sample_interval := 5;
MySet1 := SAMPLE(SomeFile1,Sample_interval,1);
MySet1;
Does not compile.