Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Enough Memory
Message
 
 
To
05/04/2002 11:06:06
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00640399
Message ID:
00641571
Views:
18
Ok, now i understand what you mean...
Each line's lenght is more than 200 characters...

In that case, i pass, sorry.


>Yes it's new to VFP6. Instead you could try :
>
>lnHandle=fcreate('mytest.txt')
>=fwrite(lnHandle,replicate(replicate('A',200)+'B'),5),1024)
>=fclose(lnHandle)
>
>Cetin
>
>>Sorry, i have VFP5, if StrToFile() a new command??
>>If so, what other command(s) can i use?
>>
>>>Of course autoexec.bat has many lines that each end with chr(13)+chr(10) pair and each line is less than 200 in length.
>>>Try with a binary file or :
>>>
>>>StrToFile(replicate(replicate('A',200)+'B'),5),'mytest.txt')
>>>
>>>Cetin
Previous
Reply
Map
View

Click here to load this message in the networking platform