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_sds(const from: string): string;

Arguments:

from SDS table path

Description:

Exports SDS table as SDS2/SQL table dump script. Result script is optimized for importing only to SDS using sds_import_sql function. Other SQL databases won't understand it right.

Returns:

SQL table dump script.

Usage:

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

See also:

sds_export_csv, sds_export_sql, sds_export_xml, sds_import_sql.

PSP Help documents