Size: 652
Comment:
|
← Revision 8 as of 2023-06-14 15:29:09 ⇥
Size: 583
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
'''The SPSS Macro Language''' is a programmatic interface to string manipulation. See also and for documentation on specialized use of macros. |
The '''SPSS macro language''' is a string manipulation and expansion facility. |
SPSS Macro Language
The SPSS macro language is a string manipulation and expansion facility.
Contents
Example
define !HelloWorld() string HelloWorld (A13). compute HelloWorld="Hello, World!". list HelloWorld. enddefine.