* added example so it won't be forgotten

This commit is contained in:
florian 2005-01-03 15:06:19 +00:00
parent f9b99ad965
commit 6a3c06bb72

13
tests/webtbs/tw3227a.pp Normal file
View File

@ -0,0 +1,13 @@
{$mode objfpc}
uses
Variants;
var
a : array of longint;
v : variant;
begin
setlength(a,1000);
v:=a;
end.