|
|
|
|
fListResource (Function) In french: fListeRessource Lists the resources integrated to the application. Remarks: The resources have been included in the generated application:
// Extract all the HFSQL files from the application sListResources is string = fListResource() FOR EACH STRING sResourceName OF sListResources SEPARATED BY CR sExtension is string = Lower(fExtractPath(sResourceName, fExtension)) IF sExtension IN (".fic", ".mmo", ".ndx", ".ftx") THEN fExtractResource(sResourceName, "db" + [fSep()] + sResourceName) END END
Syntax
<Result> = fListResource()
<Result>: Character string Name of the resources integrated in the application, separated by CR characters (Carriage Return).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|