Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_ClipText to Array and/or Cusor
Message
From
16/10/2006 17:49:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
16/10/2006 13:17:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
01162254
Message ID:
01162343
Views:
14
>Has anyone seen or written a procedure that allows you to convert data stored in _ClipText to an Array and/or Cursor?
>
>Thanks,
>Robert Wright

Robert,
It depends on _cliptext content.
Generally it's done:
lcTemp = forcepath(sys(2015)+".tmp", sys(2023))
StrToFile(_cliptext,m.lcTemp)
* select or create cursor ....
append from (m.lcTemp) type [delimited|sdf [with [tab<blank]]] 
erase (m.lcTemp)
cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform