There was a problem with your SQL connection - Please contact the administrator
Prototype
GetTxBuf (r, i len)
Description
Copy mid(airbuf, i, len) into the buffer at index r: returns the number of valid bytes in txbuf
Return
Returns the number of valid bytes in airbuf
Code Example
The following code example uses the GetTxBuf function.
1 2 3 | /* * GetTxBuf */ |