BasePlus version 0.62

bugfixes in sorting functions [experimental]
This commit is contained in:
yabwon
2020-08-19 16:41:16 +02:00
parent f3107f0db3
commit 16a20907af
3 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ run;
%end;
```
- **BasePlus**\[0.61\] adds a bunch of functionalities I am missing in BASE SAS, such as:
- **BasePlus**\[0.62\] 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.61\] adds a bunch of functionalities I am missing in BASE SAS, such as:
- **BasePlus**\[0.62\] adds a bunch of functionalities I am missing in BASE SAS, such as:
```
call arrMissToRight(myArray);
call arrFillMiss(17, myArray);

Binary file not shown.