Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adir on steroids?
Message
De
18/09/2002 09:23:15
Fabio Barbosa Silva
Jms Assessoria E Consultoria Ltda
Belo Horizonte, Brésil
 
 
À
17/09/2002 16:16:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00701490
Message ID:
00701735
Vues:
19
hello , try ,

local cont, scont
create cursor tmpdir (dirname c(60))
cont=adir(vardir,"\*.","D")
for scont = 1 to cont
if right(vardir(scont,5),1)="D"
insert into tmpdir(dirname) values ("\"+alltrim(vardir(scount,1)))
endif
endfor
FABIO B. DA SILVA
JMS ASSESSORIA E CONSULTORIA LTDA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform