Function | Creates a string in CSV format from a table | ||||||||||||||||||
Example | mycsvstring = s10buildcsv( foldername = 'contacts' valueseparator = ';' ). | ||||||||||||||||||
Format |
data: mycsvstring type string. mycsvstring = s10buildcsv( foldername = 'contacts' ). |
||||||||||||||||||
Parameters |
| ||||||||||||||||||
Description | With s10buildcsv() the data of a table is converted into a CSV string. | ||||||||||||||||||
Components | S10 Framework |