BasePlus version 0.61

- getVars() modified to handle "long" lists of variables
- first iteration of QuickSort functions added [still experimental]
This commit is contained in:
yabwon
2020-08-18 12:27:08 +02:00
parent 0ca3eac3c9
commit f3107f0db3
3 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ run;
%end;
```
- **BasePlus**\[0.6\] adds a bunch of functionalities I am missing in BASE SAS, such as:
- **BasePlus**\[0.61\] adds a bunch of functionalities I am missing in BASE SAS, such as:
```
call arrMissToRight(myArray);
call arrFillMiss(17, myArray);

View File

@@ -60,7 +60,7 @@ run;
%end;
```
- **BasePlus**\[0.6\] adds a bunch of functionalities I am missing in BASE SAS, such as:
- **BasePlus**\[0.61\] adds a bunch of functionalities I am missing in BASE SAS, such as:
```
call arrMissToRight(myArray);
call arrFillMiss(17, myArray);

Binary file not shown.