Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simiple I think CR & LF
Message
From
28/11/2007 17:00:24
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01271857
Message ID:
01271870
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform