This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function sds_export_csv(const from: string): string;

Arguments:

from SDS table path

Description:

Exports SDS table as Comma Separated Values (CSV).

Returns:

CSV table dump string.

Usage:

s := sds_export_csv('test.sds');

See also:

sds_export_sds, sds_export_sql, sds_export_xml.

PSP Help documents