QuarkList.addFromString

Adds new key->value pairs from the given string. If cleanup is set to TRUE, the previous contents will be discarded before adding the new pairs.

class QuarkList
void
addFromString
(
string string
,)

Parameters

string string

a connection string.

cleanup int

whether to cleanup the previous content or not.

Meta