techGetDefaultTechName
techGetDefaultTechName(
)
=> t_binaryName / nil
Description
Returns the default name of the binary technology database.
Arguments
Value Returned
|
The default name of the binary technology database (always |
|
Example
techGetDefaultTechName( )
=> "tech.db"
Returns the default binary technology database name, tech.db.
Return to top