Returns the length, in characters, of the command buffer.
INT dbstrlen ( PDBPROCESS dbproc );
where
The length, in characters, of the command buffer.
Internally, the command buffer is a linked list of non-terminated text strings. Parts of the command buffer can be located and copied using the dbgetchar, dbstrcpy, and dbstrlen functions.
dbcmd, dbfcmd, dbfreebuf, dbgetchar, dbstrcpy