Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54c2c0728f | |||
| fd644f4343 | |||
| e6cc777ffe | |||
| 00b56a7b5e | |||
| 66c2407852 | |||
| 0553991036 | |||
| 251b9ebeff | |||
| 7347c52e80 | |||
| 4a56a2b5ee | |||
| 2fcb5086aa | |||
| b9d5aac3aa | |||
| 3b14b9cd3e |
@@ -58,7 +58,7 @@ libname NEW "%workPath()/new";
|
|||||||
```
|
```
|
||||||
and more.
|
and more.
|
||||||
|
|
||||||
SHA256 digest for the latest version of `BasePlus`: F*9FFBC40A2B7FC51161C7D6D120DADC3ACEF8087E4EB43BB1A3F0FBC1F1CBD5AC
|
SHA256 digest for the latest version of `BasePlus`: F*F85189F1AF33755A7C9F05673A8094AE3245A21C8B602E02C20170A4DCF73890
|
||||||
|
|
||||||
[**Documentation for BasePlus**](./baseplus.md "Documentation for BasePlus")
|
[**Documentation for BasePlus**](./baseplus.md "Documentation for BasePlus")
|
||||||
|
|
||||||
|
|||||||
@@ -9,23 +9,21 @@
|
|||||||
### Version information:
|
### Version information:
|
||||||
|
|
||||||
- Package: BasePlus
|
- Package: BasePlus
|
||||||
- Version: 3.1.0
|
- Version: 3.2.0
|
||||||
- Generated: 2025-10-20T10:47:22
|
- Generated: 2026-05-28T12:00:14
|
||||||
- Author(s): Bartosz Jablonski (yabwon@gmail.com), Quentin McMullen (qmcmullen@gmail.com), Ryo Nakaya (nakaya.ryou@gmail.com)
|
- Author(s): Bartosz Jablonski (yabwon@gmail.com), contributors are Quentin McMullen (qmcmullen@gmail.com) and Ryo Nakaya (nakaya.ryou@gmail.com)
|
||||||
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
|
- Maintainer(s): Bartosz Jablonski (yabwon@gmail.com)
|
||||||
- License: MIT
|
- License: MIT
|
||||||
- File SHA256: `F*9FFBC40A2B7FC51161C7D6D120DADC3ACEF8087E4EB43BB1A3F0FBC1F1CBD5AC` for this version
|
- File SHA256: `F*F85189F1AF33755A7C9F05673A8094AE3245A21C8B602E02C20170A4DCF73890` for this version
|
||||||
- Content SHA256: `C*76C55A9F392EAB938D199144CC834EF332CD78BA8B98565FA003DEA509A33A3E` for this version
|
- Content SHA256: `C*2216D9556FF51EDABAACBBFED7D30D5B46519083F7217A647A505C2F9FAB3634` for this version
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# The `BasePlus` package, version: `3.1.0`;
|
# The `BasePlus` package, version: `3.2.0`;
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
# The BasePlus package [ver. 3.1.0] <a name="baseplus-package"></a> ###############################################
|
|
||||||
|
|
||||||
The **BasePlus** package implements useful
|
The **BasePlus** package implements useful
|
||||||
functions and functionalities I miss in the BASE SAS.
|
functions and functionalities I miss in the BASE SAS.
|
||||||
|
|
||||||
@@ -407,11 +405,13 @@ Package contains additional content, run: `%loadPackageAddCnt(BasePlus)` to lo
|
|||||||
or look for the `baseplus_AdditionalContent` directory in the `packages` fileref
|
or look for the `baseplus_AdditionalContent` directory in the `packages` fileref
|
||||||
localization (only if additional content was deployed during the installation process).
|
localization (only if additional content was deployed during the installation process).
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
|
||||||
*SAS package generated by SAS Package Framework, version `20251017`*
|
*SAS package generated by SAS Package Framework, version `20260515`,*
|
||||||
|
*under `WIN`(`X64_10PRO`) operating system,*
|
||||||
|
*using SAS release: `9.04.01M9P06052025`.*
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
|
||||||
# The `BasePlus` package content
|
# The `BasePlus` package content
|
||||||
The `BasePlus` package consists of the following content:
|
The `BasePlus` package consists of the following content:
|
||||||
@@ -878,8 +878,11 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
|
|
||||||
* `backslashSens=0` - *Optional*, if not zero then it indicates
|
* `backslashSens=0` - *Optional*, if not zero then it indicates
|
||||||
that backslash(`\`) symbol in files and dirs
|
that backslash(`\`) symbol in files and dirs
|
||||||
names is detectable under Linux. Accepted
|
names is detectable under Linux. Additionally,
|
||||||
values: `0` and `1`. Ignored under Windows.
|
for a square-bracket (`[` or `]`), it turns
|
||||||
|
off their special meaning under Linux.
|
||||||
|
Accepted values: `0` and `1`.
|
||||||
|
Ignored under Windows.
|
||||||
|
|
||||||
|
|
||||||
### EXAMPLES AND USECASES: ####################################################
|
### EXAMPLES AND USECASES: ####################################################
|
||||||
@@ -6668,7 +6671,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
|
|
||||||
The letters() macro function allows to print a list of Roman
|
The letters() macro function allows to print a list of Roman
|
||||||
letters starting from `start` up to `end` incremented by `by`.
|
letters starting from `start` up to `end` incremented by `by`.
|
||||||
The letters list can be uppercases or lowercase (parameter `c=U` or `c=L`),
|
The letters list can be uppercase or lowercase (parameter `c=U` or `c=L`),
|
||||||
can be quoted (e.g. `q=""` or `q=[]`), and can be separated by `s=`.
|
can be quoted (e.g. `q=""` or `q=[]`), and can be separated by `s=`.
|
||||||
|
|
||||||
Values of `start`, `end`, and `by` have to be integers in range between 1 ad 26.
|
Values of `start`, `end`, and `by` have to be integers in range between 1 ad 26.
|
||||||
@@ -6696,12 +6699,12 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
Values of `start`, `end`, and `by` are separated by
|
Values of `start`, `end`, and `by` are separated by
|
||||||
colon and must be between 1 ad 26.
|
colon and must be between 1 ad 26.
|
||||||
If value is outside range it is set to
|
If value is outside range it is set to
|
||||||
`start=1`, `en=26`, and `by=1`. If `end` is missing
|
`start=1`, `end=26`, and `by=1`. If `end` is missing
|
||||||
then is set to value of `start`.
|
then it is set to value of `start`.
|
||||||
If `end` is smaller than `start` list is reversed
|
If `end` is smaller than `start` list is reversed
|
||||||
|
|
||||||
* `c = U` - *Optional*, it is a lowercase letters indicator.
|
* `c = U` - *Optional*, it is a lowercase letters indicator.
|
||||||
Select `L` or `l`. Default value is `U` for upcase.
|
Select `L` or `l`. Default value is `U` for uppercase.
|
||||||
|
|
||||||
* `q = ` - *Optional*, it is a quite around elements of the list.
|
* `q = ` - *Optional*, it is a quite around elements of the list.
|
||||||
Default value is empty. Use `%str()` for one quote symbol.
|
Default value is empty. Use `%str()` for one quote symbol.
|
||||||
@@ -7738,7 +7741,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
|
|
||||||
# License <a name="license"></a> ######
|
# License <a name="license"></a> ######
|
||||||
|
|
||||||
Copyright (c) 2020 - 2025 Bartosz Jablonski
|
Copyright (c) 2020 - 2026 Bartosz Jablonski
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 54 KiB |