Adjusted dot after statement handling in data record
This commit is contained in:
@ -385,6 +385,8 @@ namespace CobXmlSupport
|
|||||||
if (tmpStr.Length > 1 && tmpStr.Substring(tmpStr.Length - 1, 1) == ".")
|
if (tmpStr.Length > 1 && tmpStr.Substring(tmpStr.Length - 1, 1) == ".")
|
||||||
{
|
{
|
||||||
__wordList.Add(new RowWord(tmpStr.Substring(0, tmpStr.Length - 1), wrdStart, false));
|
__wordList.Add(new RowWord(tmpStr.Substring(0, tmpStr.Length - 1), wrdStart, false));
|
||||||
|
|
||||||
|
__wordList.Add(new RowWord(".", wrdStart + tmpStr.Length, false));
|
||||||
tmpStr = "";
|
tmpStr = "";
|
||||||
wrdStart = 0;
|
wrdStart = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user