A string of up to 255 characters can be
specified. to create strings longer than this limit, store the
string in another buffer and concatenate the strings with the
string-concatenating function (_strcat).
To clear the data buffer, create an empty
string "" or set the value 0.
For example,
_strset (databuf0,"")
_strset (databuf0,0)