Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nombres largos - longs names
Message
 
 
To
14/06/2005 09:48:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01023087
Message ID:
01023089
Views:
15
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform