|
BLANK STRINGName:
where <sout> is the name of the resulting string; and <nlen> is a number or parameter that specifies the number of blanks to include in the string.
LET SOUT = BLANK STRING STRING WORD NLENGTH
let nlen = 1 let sblank = blank string nlen let s1 = One let s2 = Two let s3 = Three let sout = string concatenate s1 sblank s2 sblank s3 print sout
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 04/04/2018 |