|
|
|
|
|
- Example 1: Creating an empty data file that is password-protected
- Example 2: Creating an empty data file
- Example 3: Creating a data file while changing its name
Example 1: Creating an empty data file that is password-protected The following example creates the "Customer" file and protects it by password.
HCreate(Customer, "LUCY1999")
Example 2: Creating an empty data file This example creates the "Supplier" file and specifies its password with HPass.
HPass(Supplier, "LUCY1999")
HCreate(Supplier)
Example 3: Creating a data file while changing its name This example is used to create the data file named "JanuaryStatistics.FIC". This physical file corresponds to the "STAT" file described in the analysis.
HChangeName(Stat, "JanuaryStatistics")
HCreate(STAT)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|