Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simiple I think CR & LF
Message
De
28/11/2007 17:00:24
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01271857
Message ID:
01271870
Vues:
17
This message has been marked as the solution to the initial question of the thread.
Yes, check the last two characters, but the code should be
IF RIGHT(lcData, 2) = CHR(13) + CHR(10)
>I am listening on a tcp/ip port for this other system(vendor) to send a file. I don't know how long the file is, only that
>"at the end of the file will be a carriage return AND a line feed. "
>
>
>Would I just check the last two chars = chr(13) and chr(10)
>
>if right(lcData)=chr(13)+chr(10)
>   * End of file
>else
>   * not end of file
>endif
>
>
>
>Thanks for any help
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform