Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blank text files
Message
From
08/10/2000 12:35:34
 
 
To
07/10/2000 20:14:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00426537
Message ID:
00426625
Views:
13
>Thanks Cindy!
>Was also wondering how to rename the file or give the user the choice to name the text file...any ideas??
>Kelly

lcFileName = GETFILE("txt")
IF !EMPTY(lcFileName)
RENAME "myfile.txt" TO (lcFileName)
ENDIF
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform