|
@@ -609,10 +609,9 @@ function TScriptRunner.EvaluateUsedVariable(const Param1, Param2, Param3: LongIn
|
|
Result := PSVariantToString(p, ClassProperties);
|
|
Result := PSVariantToString(p, ClassProperties);
|
|
end;
|
|
end;
|
|
end else
|
|
end else
|
|
- Result := PSVariantToString(p, ClassProperties);
|
|
|
|
|
|
+ Result := PSVariantToString(p, ClassProperties);
|
|
end;
|
|
end;
|
|
|
|
|
|
-
|
|
|
|
begin
|
|
begin
|
|
case TPSVariableType(Param1) of
|
|
case TPSVariableType(Param1) of
|
|
ivtGlobal:
|
|
ivtGlobal:
|