FUNCTION: AceBuildData - build and store data
CALLING SEQUENCE:
- AceBuildData(pack, data)
- ACE[AceBuildData](pack, data)
-
PARAMETERS:
- pack = any name of package
- data = any sequence of names
SYNOPSIS:
- The AceBuildData function is used to build and store data on the disk.
The first argument pack specifies the name of the package or more
precisely the name of the sub-directory that contains the data on the
disk. The second argument is in fact a sequence of arguments that gives
the name of the data to be read on the disk.
- The pack name should be one of the list of package names _ACELPN.
- It returns true when it is able to store the computed data on the disk
and false otherwise: in case of such a problem, the data which has been
computed is usable but it (because it is not saved on the disk) should
be recomputed each session.
- See ACE['AceLoadData'] to see the list of data you can build.
- Whenever there is a conflict between the function name AceBuildData and
another name used in the same session, use the long form
ACE['AceBuildData'].
EXAMPLES:
> with(ACE):
> AceBuildData(FM, XmXfix, 2);
true
SEE ALSO: AceLoadData AceUnloadData