getsubcaseindex

Returns the index of a subcase.

Syntax

getsubcaseindex(filename, subcase)

R = getsubcaseindex(...)

Inputs

filename
Path of the file.
Type: string
subcase
Subcase name in the file.
Type: string

Outputs

R
Index of subcase.

Example

Basic getsubcaseindex example:

getsubcaseindex('Path/To/File/bezel.res', 'Complex')
R = 2