From f36dcd369e5c138b135d048b39e9f7c0301cb951 Mon Sep 17 00:00:00 2001 From: yabwon Date: Sun, 26 Jul 2020 17:35:59 +0200 Subject: [PATCH] Update README.md info about FunctionsImissinBASE 0.4 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 196a500..68166e9 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ run; %end; ``` -- **FunctionsImissinBASE**\[0.3\] A bunch of functions and functionalities I am missing in BASE SAS, such as: +- **FunctionsImissinBASE**\[0.4\] A bunch of functions and functionalities I am missing in BASE SAS, such as: ``` -call shiftLeft(myArray); -call replaceNull(17, myArray); -call arrVal(42, myArray); +call arrShiftLeft(myArray); +call arrRepNull(17, myArray); +call arrFill(42, myArray); -rc = kill("DataSetToDrop"); +rc = delDataset("DataSetToDrop"); string = catXFn("date9.", "#", myArray);