Skip to content

Commit b9d5aac

Browse files
authored
Merge pull request #53 from SASPAC/dev
The BasePlus package [ver. 3.1.1]
2 parents 124cc01 + 3b14b9c commit b9d5aac

12 files changed

Lines changed: 7774 additions & 12 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ libname NEW "%workPath()/new";
5858
```
5959
and more.
6060

61-
SHA256 digest for the latest version of `BasePlus`: F*9FFBC40A2B7FC51161C7D6D120DADC3ACEF8087E4EB43BB1A3F0FBC1F1CBD5AC
61+
SHA256 digest for the latest version of `BasePlus`: F*6394CE27FBCF48D475F682CBCF8CA8B4FDD6D40D2672EF571F4A561BDDF274A6
6262

6363
[**Documentation for BasePlus**](./baseplus.md "Documentation for BasePlus")
6464

baseplus.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
### Version information:
1010

1111
- Package: BasePlus
12-
- Version: 3.1.0
13-
- Generated: 2025-10-20T10:47:22
14-
- Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com), Ryo Nakaya (nakaya.ryou@gmail.com)
12+
- Version: 3.1.1
13+
- Generated: 2025-11-05T15:10:31
14+
- Author(s): Bartosz Jablonski (yabwon@gmail.com), contributors are Quentin McMullen (qmcmullen@gmail.com) and Ryo Nakaya (nakaya.ryou@gmail.com)
1515
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
1616
- License: MIT
17-
- File SHA256: `F*9FFBC40A2B7FC51161C7D6D120DADC3ACEF8087E4EB43BB1A3F0FBC1F1CBD5AC` for this version
18-
- Content SHA256: `C*76C55A9F392EAB938D199144CC834EF332CD78BA8B98565FA003DEA509A33A3E` for this version
17+
- File SHA256: `F*6394CE27FBCF48D475F682CBCF8CA8B4FDD6D40D2672EF571F4A561BDDF274A6` for this version
18+
- Content SHA256: `C*3CA28DF8F3E6D6670D7FD44788D347452F24F4BCF18115873E7EBC742FE30CA4` for this version
1919

2020
---
2121

22-
# The `BasePlus` package, version: `3.1.0`;
22+
# The `BasePlus` package, version: `3.1.1`;
2323

2424
---
2525

2626

27-
# The BasePlus package [ver. 3.1.0] <a name="baseplus-package"></a> ###############################################
27+
# The BasePlus package [ver. 3.1.1] <a name="baseplus-package"></a> ###############################################
2828

2929
The **BasePlus** package implements useful
3030
functions and functionalities I miss in the BASE SAS.
@@ -6668,7 +6668,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
66686668

66696669
The letters() macro function allows to print a list of Roman
66706670
letters starting from `start` up to `end` incremented by `by`.
6671-
The letters list can be uppercases or lowercase (parameter `c=U` or `c=L`),
6671+
The letters list can be uppercase or lowercase (parameter `c=U` or `c=L`),
66726672
can be quoted (e.g. `q=""` or `q=[]`), and can be separated by `s=`.
66736673

66746674
Values of `start`, `end`, and `by` have to be integers in range between 1 ad 26.
@@ -6696,12 +6696,12 @@ The basic syntax is the following, the `<...>` means optional parameters:
66966696
Values of `start`, `end`, and `by` are separated by
66976697
colon and must be between 1 ad 26.
66986698
If value is outside range it is set to
6699-
`start=1`, `en=26`, and `by=1`. If `end` is missing
6700-
then is set to value of `start`.
6699+
`start=1`, `end=26`, and `by=1`. If `end` is missing
6700+
then it is set to value of `start`.
67016701
If `end` is smaller than `start` list is reversed
67026702

67036703
* `c = U` - *Optional*, it is a lowercase letters indicator.
6704-
Select `L` or `l`. Default value is `U` for upcase.
6704+
Select `L` or `l`. Default value is `U` for uppercase.
67056705

67066706
* `q = ` - *Optional*, it is a quite around elements of the list.
67076707
Default value is empty. Use `%str()` for one quote symbol.

baseplus.zip

340 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)