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: