map_as_list

map_as_list(a_script)

Almost same to map, but a result of this method is AppleScript's list.

Perform do handler of given script object with passing pair lists of each key and value as a argument. A list consisting of the results of do handler is returned.

a_script must have a do handler which require only argument.

Parameters
Result

list