Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
int a = 1;
int b = 12;
range rr=col(1)[a:b];

SupportĀ Range Declaration for Local Loose Dataset

Code Block
dataset ds1,ds2; 
range rngld1=[??]!ds1;
range rngld2=[??]!ds2[10:15];  //Given col(a)&col(b) is filled with row numbers: 
range aa=1!1, bb=2[10:15];
rngld1=aa;
rngld2=bb;

New Added System Variables

...