DataIO.ReadDataFromFile Method
Parent Object: DataIODescription
Reads in the specifically formatted contents of a file into the supporting object.
Syntax
DataIO.ReadDataFromFile( Format As String, FileName As String )Parameters
Name | Type | Description |
Format | String | Input String that specifies the format of the data to be read from the file. |
FileName | String | Input String that specifies the name of the file to read the data from. |