Futilities/v0.6/fx/ParseInputString: Difference between revisions

From Woozle Writes Code
< Futilities‎ | v0.6‎ | fx
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{page/fx}}
{{page/fx}}
==About==
==About==
* '''Main Docs''' are in {{l/ver/fx|p=ferreteria|ParseInputString|Ferreteria}}.
* '''Defined in''' {{l/ver/fx|p=ferreteria|ParseInputString|Ferreteria}}.
==Usage==
==Usage==
{| class="wikitable sortable"
{| class="wikitable sortable"
Line 12: Line 12:
==Notes==
==Notes==
* <code>{{l/ver/clade|Sys\dba\InReq|DoExport}}</code>, <code>DoExport\{{l/ver/clade|Sys\dba\InReq\DoExport|Schema}}</code>, <code>{{l/ver/clade|Sys\dba\InReq|DoImport}}</code>, and <code>{{l/ver/clade|Sys\dba\InReq|DoList}}</code> all implement this function (i.e. define what the main input means) by calling <code>{{l/ver/fx|SaveAsEngConnName}}()</code>.
* <code>{{l/ver/clade|Sys\dba\InReq|DoExport}}</code>, <code>DoExport\{{l/ver/clade|Sys\dba\InReq\DoExport|Schema}}</code>, <code>{{l/ver/clade|Sys\dba\InReq|DoImport}}</code>, and <code>{{l/ver/clade|Sys\dba\InReq|DoList}}</code> all implement this function (i.e. define what the main input means) by calling <code>{{l/ver/fx|SaveAsEngConnName}}()</code>.
* As of {{fmt/date|2025|11|17}}, it is only called from <code>{{l/ver/clade|p=ferreteria|Sys\Events|InputRq}}::{{l/ver/fx|p=ferreteria|WithItemPiece}}()</code>.

Latest revision as of 01:30, 18 November 2025

About

Usage

clade function usage notes
Sys\dba\InReq\DoExport implement
Sys\dba\InReq\DoImport implement
Sys\dba\InReq\DoList implement
Sys\dba\InReq\infmts\DbStuff

Notes