Forum Replies Created
-
AuthorPosts
-
AFAIK the HTBClipboard example was added in HTBasic 9.5.
Yes, this is a 3rd party offering. TransEra is an official distributor of the “MSOI for HTBasic”.
This is a known bug in HTBasic 10.
There is no option for the ENTER command, but you could use the HTBClipboard example from the DLL toolkit to import data from the Windows clipboard.
It’s not possible to remove it from the Device Setup at the moment.
At the time TransEra implemented this command for one of our customers they said that it would be quite difficult to remove it from the DS so they didn’t do this.You could use the “MS Office Interface for HTBasic” software package which greatly simplifies the usage of DDE (e.g. in order to send / receive data rom /to Excel or Word.
There is an undocumented feature availale to unload a serial driver.
LOAD BIN "SERIAL;COM1 9" ! loads serial driver for COM1, ISC=9 CONTROL 9,1256;0 ! unloads the driverPlease note that the driver is still visible in the device setup.
-
AuthorPosts