fpc/tests/webtbs/tw3700.pp
florian 119bc9f51e + line endings fixed
* properties set

git-svn-id: trunk@7080 -
2007-04-09 09:06:07 +00:00

12 lines
208 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.