|
9 | 9 | ### Version information: |
10 | 10 |
|
11 | 11 | - 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) |
15 | 15 | - Maintainer(s): Bartosz Jablonski (yabwon@gmail.com) |
16 | 16 | - 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 |
19 | 19 |
|
20 | 20 | --- |
21 | 21 |
|
22 | | -# The `BasePlus` package, version: `3.1.0`; |
| 22 | +# The `BasePlus` package, version: `3.1.1`; |
23 | 23 |
|
24 | 24 | --- |
25 | 25 |
|
26 | 26 |
|
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> ############################################### |
28 | 28 |
|
29 | 29 | The **BasePlus** package implements useful |
30 | 30 | functions and functionalities I miss in the BASE SAS. |
@@ -6668,7 +6668,7 @@ The basic syntax is the following, the `<...>` means optional parameters: |
6668 | 6668 |
|
6669 | 6669 | The letters() macro function allows to print a list of Roman |
6670 | 6670 | 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`), |
6672 | 6672 | can be quoted (e.g. `q=""` or `q=[]`), and can be separated by `s=`. |
6673 | 6673 |
|
6674 | 6674 | 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: |
6696 | 6696 | Values of `start`, `end`, and `by` are separated by |
6697 | 6697 | colon and must be between 1 ad 26. |
6698 | 6698 | 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`. |
6701 | 6701 | If `end` is smaller than `start` list is reversed |
6702 | 6702 |
|
6703 | 6703 | * `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. |
6705 | 6705 |
|
6706 | 6706 | * `q = ` - *Optional*, it is a quite around elements of the list. |
6707 | 6707 | Default value is empty. Use `%str()` for one quote symbol. |
|
0 commit comments