[Gambas-user] enumerate forms

Stefano Palmeri rospolosco at ...152...
Sun Jan 27 15:41:36 CET 2008


or better:

DIM sFormName AS String
         
  FOR EACH sFormName IN Dir(Application.Path, "*.form").Sort()
    PRINT file.BaseName(sFormName)
  NEXT 

Stefano




More information about the User mailing list