Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2023-06-11 20:14:35
Size: 383
Comment:
Revision 3 as of 2023-06-11 21:18:39
Size: 552
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
== Data Model ==

The `STRING` command executes immediately. Pending transformations are ''not'' executed and the active dataset is ''not'' read.

----


Line 25: Line 33:


SPSS String

The STRING command creates a new string variable.


Usage

string foo bar baz (A20).
string ham (A10) / spam eggs (A15).


Data Model

The STRING command executes immediately. Pending transformations are not executed and the active dataset is not read.


See also

PSPP manual for STRING


CategoryRicottone

SPSS/String (last edited 2023-06-11 21:18:39 by DominicRicottone)