<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
<meta http-equiv="cache-control" content="max-age=180,private" />
</head>
<card id="discuz_wml" title="CnPack Forum">
<p>#1 What' mistake in code?<br /><small>var<br />
  SearchRec: TSearchRec;<br />
  SearchResults: Integer;<br />
  ImagesList: TStringList;<br />
  MyRnd : Integer;<br />
begin<br />
<br />
  ImagesList:= TStringList.Create;<br />
  try<br />
    Path:= '?:\MySuperDir\MySuperSubDir\';<br />
    SearchResults := FindFirst(Patch + '*.bmp', faAnyFile, SearchRec);<br />
    while SearchResults = 0 do<br />
    begin<br />
      if SearchRec.Attr &lt;&gt; faDirectory then ImagesList.Add(Patch + SearchRec.Name);<br />
      SearchResults := FindNext(SearchRec);<br />
    end;<br />
    FindClose(SearchRec);<br />
    if Images ..</small><br />
</p>
<p>#1 <a href="index.php?action=thread&amp;tid=12056&amp;start=0&amp;offset=497&amp;sid=zriCwm">&gt;&gt;Next Page</a><br />
<br />Forum:<a href="index.php?action=forum&amp;fid=25&amp;sid=zriCwm">CnWizards IDE Wizard ...</a>
<br />Thread:<a href="index.php?action=thread&amp;tid=12056&amp;sid=zriCwm">What' mistake in cod ...</a>
<br />Next Thread:<a href="index.php?action=thread&amp;tid=11985&amp;sid=zriCwm">[Feature Request] No ...</a>
</p>
<p align="center"><br /><a href="index.php?sid=zriCwm">Home</a><br />
<a href="index.php?action=login&amp;sid=">Login</a><br /><br />
<small>Powered by Discuz!</small></p>
</card>
</wml>