Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable name for output file
Message
De
23/08/1999 09:39:52
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
23/08/1999 09:21:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00256539
Message ID:
00256549
Vues:
20
>I am trying to create an output file for each record in a table. The name of the each ascii output file should be the same as a field in the table for that corresponding record. Any ideas how to accomplish this?
Paul,
I won't ask why are you doing it :)
set textmerge on

scan
  lcThisASCIIName = eval(field(1)) && Or which field is that
  set textmerge to (lcThisASCIIName) noshow
  *\
  *\...
  set textmerge to
endscan
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform