C3DFile.Import

Previous  Next

 

nFile = C3DFile.Import( BYVAL strFileName AS STRING,

                        BYVAL strAnalogFile AS STRING ) AS INTEGER

 


 

Import file from ASCII or MaxMATE.  if you have analog in a separate file, you can combine by including both files.

 

Example:

 

' Import and open 123.MPA and 123.MDQ

 

nFile = C3DFile.Import( "e:\123.mpa", "e:\123.mdq" )