strcode(stringVar,value1[,…,valueN])

Takes as input a string variable and N constant values, such that N>0. None of the string constant values can equal exclamation points (!), double-quotes ("), left curly braces ({), or right curly braces (}). Each output column i contains 1.0 if the input variable exactly equals value i, and 0.0 otherwise. This special transform requires up to N output variable names, as described in “Transforms With Multiple Outputs”.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.