Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_VFP.DataToClip(,,3)
Message
 
To
13/01/2018 15:07:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01657178
Message ID:
01657193
Views:
107
Thank you!
Steve

>>Hi: I am using _VFP.DataToClip(,,3) to copy a table to the clipboard. But when I paste this into excel, the result always includes a header that contains the names of each VFP table field. Is there a way to prevent _VFP.DataToClip from copying in the headers?
>>Thank you, Steve
>
>Just adding a tiny little bit to Martina's solution, a single-liner:
>
>
>_CLIPTEXT = STREXTRACT(TRANSFORM(_VFP.DataToClip(,,3)) + _CLIPTEXT, CHR(13))
>
Previous
Reply
Map
View

Click here to load this message in the networking platform