Difference between revisions of "Manuals/calci/DSV"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''DSV (delimiter,mimetype,url,accessor,callback)'''</div><br/> ==Description== *The DSV function will execute accessor first for each item of or...")
 
(No difference)

Latest revision as of 03:04, 24 February 2020

DSV (delimiter,mimetype,url,accessor,callback)



Description

  • The DSV function will execute accessor first for each item of original data array.
  • After that, the callback will be executed. The callback will receive the data array.

Examples

See Also

References