asiFormatDefinitionFileList
asiFormatDefinitionFileList(o_session p_fp) =>t/nil
Description
Formats the statement which includes the specified definition files.
Arguments
Value Returned
Examples
The following example shows how to overload the asiFormatDefinitionFileList function:
defmethod( asiFormatDefinitionFileList (( session xyz_session ) fp ) foreach( d asiGetDefinitionFileList(session) artFprintf( fp "include '%s'\n" d )
)
)
Return to top