|
|
|
|
|
fListResource (Function) In french: fListeRessource Lists the resources integrated to the application. Remarks: Resources have been included in the generated application:
sListeRessources is string = fListResource()
FOR EACH STRING sNomRessource OF sListeRessources SEPARATED BY CR
sExtension is string = Lower(fExtractPath(sNomRessource, fExtension))
IF sExtension IN (".fic", ".mmo", ".ndx", ".ftx") THEN
fExtractResource(sNomRessource, "bdd" + [fSep()] + sNomRessource)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|