OpenSTAAD V8i
Returns title of the specified load case as a text string.
Where:
A long variable that holds the primary load case number.
Dim lLoadCase as Long
Dim strLoadCaseName as String
For lLoadCase 1 to 3
strLoadCaseName = oStd.Load.GetLoadCaseTitle(lLoadCase)
Next lLoadCase