SEARCH:
Previous: AAFromRows Next: ArraySafe

KeyRowsFromRows

array Rows_Array
string Key_Column
array


Processes a Rows Array and returns an Associative Rows Array.

For each row in the input, the value of Key_Column is used as the key value in the resulting array. The individual rows are the same in both input and output, only the key is different.

Previous: AAFromRows Next: ArraySafe