OpenSTAAD V8i
Creates new load combination with the number and title defined.
Where:
A string variable, which defines title for new load combination.
A long variable, which defines number for new load combination.
Dim strLoadCombTitle as String
Dim lLoadCombNo as Long
'Get the application object --
'Create New Load Combination
objOpenSTAAD.Load.CreateNewLoadCombination strLoadCombTitle, lLoadCombNo