|
@@ -312,9 +312,6 @@ const
|
|
{ make sure there's room for the name }
|
|
{ make sure there's room for the name }
|
|
if failiferror(fsymnamepos>length(line)) then
|
|
if failiferror(fsymnamepos>length(line)) then
|
|
exit;
|
|
exit;
|
|
- { and that we're not in the middle of some other column }
|
|
|
|
- if failiferror(pos(' ',copy(line,fsymnamepos,length(line)))>0) then
|
|
|
|
- exit;
|
|
|
|
result:=true;
|
|
result:=true;
|
|
end;
|
|
end;
|
|
|
|
|