Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy data to clipboard
Message
From
11/03/2004 11:36:39
 
 
To
11/03/2004 11:30:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00885249
Message ID:
00885254
Views:
11
DataToClip puts table information into the clipboard, so you'd first have to turn the ASCII file into a table.

It might be simpler to use something like:
lcInfo = FileToString(lcfilename)
_ClipText = lcInfo
Alan

>I have to copy the content of an Ascii file into the clipboard, I red the help and I guess that the method datatoclip is just what i need.
>The fact is that i don't know hoe to use it.
>Anybody knows how to do it and explain it to me in a better way?
>Thank you so much
>Alessio
Previous
Reply
Map
View

Click here to load this message in the networking platform