Difference between revisions of "IsUpdatable"

From scripting
Jump to: navigation, search
(Created page with " Function IsUpdatable(InputObj As Variant) As Boolean On Error GoTo Blast2 MyPart.UpdateObject InputObj IsUpdatable = True Exit Function Blast2: IsUpdatable = False End...")
 
(No difference)

Latest revision as of 07:04, 22 April 2017

Function IsUpdatable(InputObj As Variant) As Boolean
On Error GoTo Blast2
MyPart.UpdateObject InputObj
IsUpdatable = True
Exit Function
Blast2:
IsUpdatable = False
End Function