The DLL READ command retrieves a Dynamic Link Library (DLL) variable value to use in the HTBasic program and reads it into a BASIC variable. Its syntax is:
DLL READ "varname";basic variable
Where:
varname is any variable name within the DLL.
basic variable is any legal variable name to use within HTBasic.
Samples of this command could include:
DLL READ "Xsection";Crosec
DLL READ "Flowrate";Torrant
|