https://bugs.documentfoundation.org/show_bug.cgi?id=158788
--- Comment #5 from Jonathan Watt <[email protected]> --- Let me be more specific about my request for enhancement, at least as a starting point. How about adding a new function, "MAPPLY", to apply another function to the individual elements of a list/matrix and return a list/matrix of the same dimensions. Syntax: MAPPLY(Array; FunctionName; Arg 1 [; Arg 2;][...;[Arg 255]]) "FunctionName" is the name of a function, as a string. The Arg arguments are either a value, or else the special string "*". Just before FunctionName is applied to the value of an element of the array/matrix, the special string "*" is converted to the value of that element. FunctionName is then be invoked with the Arg arguments passed in the order in which they are specified to MAPPLY. -- You are receiving this mail because: You are the assignee for the bug.
