## The macroArray package [ver. 1.2.5]

## The `macroArray` package [ver. 1.2.5]

---

### Changes:

- Bug fix in the `%concatArrays()` macro.
- Spelling fix in log message of the `%make_do_over()` macro.

---

SHA256 hash digest: `F*FFF2C3D854F9B5677F561BA2EB6FAA2CCC652D81F6AF9473ADF0A4CE977E43F0`
This commit is contained in:
Bart Jablonski
2023-11-29 17:01:11 +01:00
parent 8c6b5e4b25
commit 3452ff5ac5
5 changed files with 2289 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ The **macroArray** package implements an array, a hash table, and a dictionary c
);
```
SHA256 digest for the latest version of `macroArray`: F*A0840B92EB9356EDB318DBE9B579A345C85ABF69E8D5F7C73C144C66F2F74FB4
SHA256 digest for the latest version of `macroArray`: F*FFF2C3D854F9B5677F561BA2EB6FAA2CCC652D81F6AF9473ADF0A4CE977E43F0
[**Documentation for macroArray**](./macroarray.md "Documentation for macroArray")

2286
hist/1.2.5/macroarray.md Normal file

File diff suppressed because it is too large Load Diff

BIN
hist/1.2.5/macroarray.zip Normal file

Binary file not shown.

View File

@@ -19,7 +19,7 @@
---
# The macroArray package [ver. 1.2.3] <a name="macroarray-package"></a> ###############################################
# The macroArray package [ver. 1.2.5] <a name="macroarray-package"></a> ###############################################
The **macroArray** package implements a macroarray facility:
- `%array()`,
@@ -78,7 +78,7 @@ Required SAS Components:
*SAS package generated by generatePackage, version 20231123*
The SHA256 hash digest for package macroArray:
`F*A0840B92EB9356EDB318DBE9B579A345C85ABF69E8D5F7C73C144C66F2F74FB4`
`F*FFF2C3D854F9B5677F561BA2EB6FAA2CCC652D81F6AF9473ADF0A4CE977E43F0`
---
# Content description ############################################################################################

Binary file not shown.