The SPLIT Statement
- Last UpdatedJan 20, 2023
- 1 minute read
SPLIT,<model_name>,<delimiter>,<project>,<module>, <subsyst_1>,<subsyst_2>,<subsyst_3>;
<model_name> is the name of the model. It has the type STRING. The maximum length of <col> is 26 characters.
<delimiter> is the character which is used to separate the different parts of <model_name>. It has the type STRING.
<project> is the project of <model_name> and has the type STRING.
<module> is the module of <model_name> and has the type STRING.
<subsyst_1> is the first subsystem of <model_name> and has the type STRING.
<subsyst_2> is the second subsystem of <model_name> and has the type STRING.
<subsyst-3> is the third subsystem of <model_name> and has the type STRING.
All three subsystems need not be present in the model name. How many subsystems that exist depends on the application.