HTBasic Help
×
Menu
Index

DLL WRITE

 
The DLL WRITE command sets a Dynamic Link Library (DLL)  variable to use in the HTBasic program and writes the value of a BASIC variable into a DLL variable. Its syntax is:
 
DLL WRITE "varname";value
 
Where:
varname is any variable name within the DLL.
value is any numeric value.
 
Samples of this command in operation could include:
 
DLL WRITE "Xsection";3.559
DLL WRITE "Flowrate";20.9