fpc/tests/webtbs/tw3700.pp
florian 46c9d03d82 * initial revision
git-svn-id: trunk@1538 -
2005-10-19 19:25:49 +00:00

12 lines
216 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 3700 }
{ Submitted by "Roman" on 2005-02-26 }
{ e-mail: roman@csltd.com.ua }
uses
variants;
var
v : olevariant;
b : boolean;
begin
b:=VarIsArray(V);
end.