HTBasic Help
×
Menu
Index

DLL WRITE

Writes a numeric value to a DLL variable.
 
 Syntax: DLL WRITE "dll-variable";value
 
 
Where:
dll-variable is any variable name within the DLL.
value is any numeric value.
 
Usage:
DLL WRITE "Xsection";3.559
DLL WRITE "Flowrate";20.9
 
Description:
DLL WRITE writes a numeric value into a Dynamic Link Library (DLL) variable.
 
See Also: