Method of ITextDocument
Returns the character to the right of the position (absolute)
var pnCharCode = TextDocument.GetChar(nAbsolute);
==== Visual Basic Script ====
pnCharCode = TextDocument.GetChar nAbsolute
==== C++ ====
long nCharCode; HRESULT hr = TextDocument.GetChar(nAbsolute, &nCharCode);
===== See Also ===== ITextDocument