Differences between revisions 7 and 8
Revision 7 as of 2023-01-13 21:04:33
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.


Example

define !HelloWorld()
  string HelloWorld (A13).
  compute HelloWorld="Hello, World!".
  list HelloWorld.
enddefine.


Language


CategoryRicottone

SPSS/Macro (last edited 2023-06-14 15:29:09 by DominicRicottone)