Returns the value of a character in the command buffer.
SqlGetChar$ ( sqlconn%, charnum% )
where
The value of charnum% in the command buffer. If charnum% is not in range, an empty string is returned.
Use SqlGetChar$ to find a particular character in the command buffer. It returns a string of the charnum% character in the command buffer.
Internally, the command buffer is a linked list of non - null-terminated text strings. Parts of the command buffer can be located and copied using the SqlGetChar$, SqlStrCpy%, and SqlStrLen% functions.
SqlCmd%, SqlFreeBuf, SqlStrCpy%, SqlStrLen%