data.printGrid
Print a 2D array (grid) returned from data.loadCsvFile or data.runSelectQuery to the output window.
grid 2D array (in format cells[yRow][xCol])
none
See section 11.2 here for an explanation of Lua multi-dimensional arrays: <a href="https://www.lua.org/pil/11.2.html">https://www.lua.org/pil/11.2.html</a>
Generated on the 26 June 2024 at 22:01:27 (UK Time)