= SPSS String = The '''`STRING`''' command creates a new [[SPSS/DataTypes#String_Data|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 == [[https://www.gnu.org/software/pspp/manual/html_node/STRING.html|PSPP manual for STRING]] ---- CategoryRicottone