Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADIR() & _ClipText
Message
 
 
À
07/04/2006 15:35:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Divers
Thread ID:
01111558
Message ID:
01111564
Vues:
15
>How do you get the array results from ADIR() into _ClipText ?
>
>Thanks,
>Robert
local lcFileNames

lcFileNames = []

for lnI=1 to alen(laFiles,1)
    lcFileNames = m.lcFileName + chr(13) + laFiles[m.lnI,1]
next

_cliptext = m.lcFileNames
From the top of my head. Is it what you want?
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform