asiGetDataReaderVersion
asiGetDataReaderVersion(t_format) =>t_formatVersion
Description
Returns the current version of data reader for the specified format.
Arguments
Value Returned
Examples
The following example returns the current version of data reader for the format fast-signal database (fsdb).
printf("The current version of data reader for the fsdb format is: %s\n" asiGetDataReaderVersion("fsdb"))
=> The current version of data reader for the fsdb format is: 6.3
=> t
Return to top