Toolmaster/GSharp
Go to AVS Home Page
 Recent Releases
OpenViz 2.9 Released
AVS/Express 7.2.2 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
 Contact Support
 Licensing
Information on licensing AVS 
products
 
Interact with the AVS Developer 
community. Takes you out of 
the support web site

 


Gsharp FAQ - Reading ASCII files

Gsharp has several routines for reading ASCII files. Files that contain column data can normally be read in as a report. Files made up of rows or blocks can be read in with the more generic ASCII reader. Even more complex files can be read in with fopen() and fread(). Customised readers can also be written in C or FORTRAN and linked into the Gsharp executable.