Table of Contents

Extract Struct String

Description

Extracts a string stored in a Struct, such as the one returned by Calculate R Expression or Calculate Python Expression, by its name.

Inputs

Name Type Description
Struct Struct Type Struct containing the string to extract.
Name String Type Name under which the string is stored in the struct.

Optional Inputs

None.

Outputs

Name Type Description
String String Type Extracted string.

Group

Integration

Notes

Raises an error if no string is stored under Name in Struct.

This functor's banner shows the value of Name.

Internal Name

ExtractStructString