On Thursday 27 November 2008, Nicolas Koch wrote:
> PUBLIC SUB sPath($FILE AS String)
>   sPath = "~/src/test"
> 
>   ComboBox11.Clear
>   FOR EACH $DIR IN Dir(sPath, "*")
>     ComboBox1.Add($DIR)
        if left$($dir,1)<>"." then
>   NEXT
>   ComboBox1.Remove("1")
> 
> END
> 
  FOR EACH $DIR IN Dir(sPath, "*")
    if left$($DIR,1)<>"." then  ComboBox1.Add($DIR)
  NEXT


Best regards
Ron_1st


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to