46: Variable redeclaration
git-svn-id: http://code.remobjects.com/svn/pascalscript@142 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
This commit is contained in:
parent
1f1f21d324
commit
b52b161ec4
@ -4179,7 +4179,7 @@ begin
|
||||
v := VarNames;
|
||||
while Pos(tbtchar('|'), v) > 0 do
|
||||
begin
|
||||
if copy(v, 1, Pos(tbtchar('|'), v) - 1) = s then
|
||||
if FastUppercase(copy(v, 1, Pos(tbtchar('|'), v) - 1)) = s then
|
||||
begin
|
||||
Result := True;
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user