nlIncludeDbDSPFTextFile
nlIncludeDbDSPFTextFile(
o_formatter
t_filename
t_master
)
=> t / nil
Description
Prints the dspf_include statement for the DSPF type text cellview in the design.
Arguments
Value Returned
Examples
The following example prints the dspf_include statement for the DSPF type text cellview for the formatter session object. The cvFilePath file is include in the design:
nlIncludeDbDSPFTextFile( formatter cvFilePath master )
=> t
Return to top