axlSDBGetChild
axlSDBGetChild(x_SDBH t_name[t_value] ) =>x_hsdb/ nil
Description
Works as a wrapper around axlSDBGetChildren and returns a setup database handle to a single child element. An error will be reported if multiple matching elements are found.
Arguments
Value Returned
Examples
Returns the setup database handle to a single child element.
extensionSDBH = (axlSDBPutExtension mainSDBH "test extension")
1234 = (axlSDBSetChild extensionSDBH "King" "Louis XIV")
axlSDBGetChild( extensionSDBH "King")
=> 1234
Return to top