Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More than 254 long
Message
From
16/01/2002 06:27:45
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
16/01/2002 02:19:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00605241
Message ID:
00605293
Views:
10
>>>long character variable within a file
>
>if your trying to put a string within a file into a memvar, you can do:
>
>lcYourVar = FileToStr("yourfile")
>
>if you're concatenating strings to put into a file, do something like that:
>
>lcYourVar = "--- 254 characters ---" + "--- 254 characters ---" + "--- 254 characters ---" && etc...
>
>StrToFile(lcYourVar)
>
>that's a limitation: strings must be broken into 254 characters, but a character memvar doesn't have limit (just your RAM...).
>
>Sorry me if I didn't understand your difficult...

Claudio,

Are you aware that you can put hyperlinks directly into your signature? Just use the corresponding HTML code, for instance: < A HREF = "www.rapozine.com.br" >www.rapozine.com.br (or other, alternative, text)< /A >

Omit the additional spaces, which I put to avoid interpretation.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform