Dataset explode: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy No edit summary |
imported>Jeremy m (Dataset explode moved to Dataset/explode) |
(No difference)
|
Revision as of 15:00, 8 October 2008
Purpose
Extract all variables from a DataSet object.
Synopsis
- explode(x,txt)
Description
EXPLODE writes the fields of a DataSet input x to variables in the workspace with the same variable names as the field names. The optional string input txt appends a string txt to the variable outputs.
Example
explode(h,'01')