QuarkList.find

Searches for the value identified by name in the given #GdaQuarkList. For protected values (authentification data), don't forget to call gda.quark_list.QuarkList.protectValues when you don't need them anymore (when needed again, they will be unmangled again).

class QuarkList
string
find
(
string name
)

Parameters

name string

the name of the value to search for.

Return Value

Type: string

the value associated with the given key if found, or null if not found.