Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File problem
Message
 
To
04/07/2003 09:30:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00806936
Message ID:
00806942
Views:
23
taken from the help file , i guess this answers your question


Remarks
Unlike FPUTS( ), FWRITE( ) doesn't place a carriage return and a line feed at the end of the character string.

FWRITE( ) returns the number of bytes written to the file. If FWRITE( ) can't write to the file for any reason, 0 is returned.
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Reply
Map
View

Click here to load this message in the networking platform