Can someone verify that the following script runs on kix v 3.62 and not under kix2001 beta 2? $rc = dir( "c:\*" )
while ($rc <> "") and (@ERROR = 0)
? $rc
$rc = dir()
loop
Under kix 3.62, the entire list is displayed, under 2001 only the first entry.
Strangely enough, if you remove the $rc = frmo the dir() line, it works under 2001.
Julian