Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Nombres largos - longs names
Message
 
 
À
14/06/2005 09:48:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01023087
Message ID:
01023089
Vues:
14
>HOLA AMIGOS MI PROBLEMA AHORA ES EL SIGUEINTE, DESEO GUARDAR UNA TABLA A UN ARCHIVO DELIMITADO POR COMAS Y LO TENGO ASI:
>
>lxFile=putfile()
>
>use carga
>copy to &lxFile delimited
>
>pero si elijo una ruta la cual contenta un nombre muy largo o con espacios me genera error como debo hacer para poder solverntar esto.
>
>hi friends mi problem now is , I wich save a table on a file delimited with ',' the systaxis i've this:
>
>lxFile=putfile()
>
>use carga
>copy to &lxFile delimited
>
>but, if i want a path long this procedure i generate error. please helpme

Don't use macro substitution, use Name Expression
lxFile=putfile()
use carga
copy to (lxFile) delimited
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform