GetAttributeBase Function

Build 1501 on 14/Nov/2017  This topic last edited on: 9/May/2012, at 13:03

Description

Returns the value of the attribute attributeName of the object obj, and also sets the variable found to True if the attribute was read correctly.

It's an auxiliary function, called by all the functions listed under Called from paragraph.

Syntax

dim value = GetAttributeBase(obj, attributeName, found)

obj

the object, to read the attribute attributeName from

attributeName

the name of the attribute to be read from the object obj.

found

variable, returned by reference, with the value=True if the read was successful, or False if it failed.

hmtoggle_plus1Called from
hmtoggle_plus1Code
hmtoggle_plus1Example