From f73e7c4c68ff56f3c964fb6ef74a1897473a6d67 Mon Sep 17 00:00:00 2001 From: yabwon Date: Mon, 27 Jul 2020 19:37:36 +0200 Subject: [PATCH] Update README.md update about FunctionsImissinBASE 0.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68166e9..fc06572 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ run; %end; ``` -- **FunctionsImissinBASE**\[0.4\] A bunch of functions and functionalities I am missing in BASE SAS, such as: +- **FunctionsImissinBASE**\[0.5\] A bunch of functions and functionalities I am missing in BASE SAS, such as: ``` -call arrShiftLeft(myArray); -call arrRepNull(17, myArray); +call arrMissToRight(myArray); +call arrFillMiss(17, myArray); call arrFill(42, myArray); rc = delDataset("DataSetToDrop");