Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want to export the list2 values to a notepad
Message
From
12/05/2003 11:11:45
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
12/05/2003 11:07:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00787343
Message ID:
00787346
Views:
14
>Want to export the list2 values to a notepad.
>
>I have a list box with two columns.
>
>Can i export the data/values i have more than 400 records/elements appearing inside the list2.
>
>Could you please tell me how i can export it to a notepad or to an excel anything.
>
>
>Thank you very much.
set textmerge to myfile.txt noshow
set textmerge on
with myListBox
  for ix=1 to .Listcount
    \<<.List(ix,1)>> <<.List(ix,2)>>
  endfor
endwith
set textmerge to
set textmerge off
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