Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why isn't this working?
Message
From
29/09/1998 16:05:35
 
 
To
29/09/1998 15:57:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00142107
Message ID:
00142112
Views:
22
Please ignore the last message. Accidentally hit "send".

DO WHILE lcLine<>'!CUST' + chr(9) AND !FEOF(lnHandle)

**************************************
*** This sequence will work just fine

* lcLine = ''
* lcChar = ' '
* DO WHILE lcChar<>chr(13) AND !FEOF(lnHandle)
* lcChar = FREAD(lnHandle,1)
* IF lcChar<>chr(13) AND lcChar<>chr(10)
* lcLine = lcLine + lcChar
* ENDIF
* ENDDO

**************************************
*** but this crashes when it tries to read the line
*** that starts with "!CUST"+chr(9)

lcLine = FGETS(lnHandle,999)

**************************************
= FPUTS(lnHandle2,lcLine)
? lcLine
ENDDO

What's the difference?
Bill Morris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform