Manuals/calci/LISTV

From ZCubes Wiki
Revision as of 16:24, 28 December 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''LISTV () '''</div><br/> ==Description== *This function is used to list all the values from the different set of arrays. *In <math>LISTV()</mat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LISTV ()



Description

  • This function is used to list all the values from the different set of arrays.
  • In ,the parameter values can be any set of values.
  • This function is used to display the all set of different array values together.
  • Also displayed values are separated each set of values.

Examples

  1. LISTV([[2,3,4],[6,7,8],[10,11,12]])
2 3 4 6 7 8 10 11 12