VWriteGlobalcomFile



Name
  VWriteGlobalcomFile - writes to the GLOBAL.COM file.
 
Synopsis
  VWriteGlobalcomFile(global)
  GlobalInfo *global;
 
Description
  VWriteGlobalcomFile writes to the GLOBAL.COM file, the GlobalInfo
structure. GLOBAL.COM file is an ASCII file. 
 
Structures
  typedef struct {
        short num_of_ifiles;	/*no. of file selected from INPUT command*/
        FileInfo *ifiles;	/*array fo files selected from INPUT command*/
  } GlobalInfo;
 
Return Value
  0 - work successfully.
  3 - write error.
  4 - GLOBAL.COM file open error.
 
Parameters
  global - specifies the GlobalInfo structure.
 
Side Effects
  None.
 
Entry Conditions
  None.
 
Related Functions
VReadGlobalcomFile.