QuarkList.find

Searches for the value identified by name in the given GdaQuarkList.

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.

Meta