Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dotnetpro database performance contest
Message
De
14/05/2007 09:40:02
Markus Winhard
Lauton Software GmbH
Nürnberg, Allemagne
 
 
À
14/05/2007 07:05:14
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
VFP Compiler for .NET
Divers
Thread ID:
01224231
Message ID:
01225217
Vues:
18
Hi Cetin,

I already tried this before instead of the final SCAN loop:
SET FIELDS GLOBAL
SET FIELDS TO f1 = ;
  STUFF( RTRIM( Name ), AT( " ", Name ), 1, ", " ) +", "+ ;
  STUFF( RTRIM( Strasse ), RAT( " ", RTRIM( Strasse ) ), 1, ", " ) +", "+ ;
  LEFT( Ort , AT( " ", Ort ) - 1 ) +", "+ ALLTRIM(SUBSTR( Ort, AT( " ", Ort ) )) +", "+ ;
  RTRIM( eMail )
COPY TO _FOLDER_ + "Adressen2.txt" SDF
Unfortunately there's no difference on my machine. Did you have something different in mind?

Markus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform