Kaya 0.4.4 reference for WebCommon::incomingKeys

List of functions and data types in WebCommon

[String] incomingKeys(DataSource ds)

Arguments

Usage

Returns all keys (in no particular order) with at least one value for the specified DataSource.

 // called with ?a=1;b=2;b=5
keys = incomingKeys(DataGet);
// keys = ["a","b"] or ["b","a"]

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya