* some variant <-> string types fixes

This commit is contained in:
florian 2005-03-28 20:36:14 +00:00
parent 59ce7b59da
commit 0997316960

View File

@ -447,8 +447,8 @@ begin
VarInt64 : Result:=IntToStr(VInt64);
VarQword : Result:=IntToStr(VQWord);
VarString : Result:=ansistring(VString);
else
VariantTypeMismatch;
else
VariantTypeMismatch;
end;
except
On EConvertError do
@ -588,7 +588,10 @@ end;
{
$Log$
Revision 1.12 2005-03-10 21:05:36 florian
Revision 1.13 2005-03-28 20:36:14 florian
* some variant <-> string types fixes
Revision 1.12 2005/03/10 21:05:36 florian
+ writing of variants implemented
Revision 1.11 2005/02/14 17:13:31 peter