mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-10 08:20:06 +00:00
macroArray, version 0.5
spelling corrected
This commit is contained in:
@@ -341,7 +341,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
|
|
||||||
%array(b{5} (5*17))
|
%array(b{5} (5*17))
|
||||||
|
|
||||||
%* Mind the $ since it is a character array!
|
%* Mind the $ since it is a character array!;
|
||||||
%array(c(3) $ 10 ("a A" "b,B" "c;C"))
|
%array(c(3) $ 10 ("a A" "b,B" "c;C"))
|
||||||
|
|
||||||
%array(d x1-x5 (5 4 3 2 1))
|
%array(d x1-x5 (5 4 3 2 1))
|
||||||
@@ -468,7 +468,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
%array(_[*] p q r s (4*42))
|
%array(_[*] p q r s (4*42))
|
||||||
%put _user_;
|
%put _user_;
|
||||||
|
|
||||||
%* If no variables named than use _1 _2 ... _N;
|
%* If no variables names than use _1 _2 ... _N;
|
||||||
%array(_[4] (-1 -2 -3 -4))
|
%array(_[4] (-1 -2 -3 -4))
|
||||||
%put &=_1 &=_2 &=_3 &=_4;
|
%put &=_1 &=_2 &=_3 &=_4;
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@@ -1165,4 +1165,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user