HTBasic Help
×
Menu
Index

PutBuffer

 
Writes string information into an HTBasic Buffer. The C++ function declaration is:
 
int PutBuffer(void * IOPath,char* data,short option)
 
You must have a pointer to a buffer that you have already passed into the DLL.  The option parameter if true will cause a CR/LF to be added to the data. An example of this command would be:
 
PutBuffer(buffer,"hello",1)