Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is C5 Shaking Anyone Else's Faith?
Message
From
30/03/2000 11:16:41
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00350825
Message ID:
00352757
Views:
11
>Keith,
>
>I rarely ever C5 in VFP even under Win9x. Here's a replacement you might try:
>
>
lnWords = alines( laWords, chrtran( lcString, ' ', chr(13), .t. )
>for i = 1 to lnWords
>   if ( ! empty( laWords[i] ) )
>      ? laWords[i]
>   endif
>endfor
>
>>Even with the latest service packs applied, I'm still seeing
>>weird C5 errors. Most recently I've gotten it when doing a
>>STRTRAN() on a variable assigned from WORDNUM(). I coded
>>it, but in scanning FoxForum, UT, VFUG, and MicroSoft, I'm
>>seeing more weird combination of things that cause C5 errors
>>with VFP6 than ever before.

I like that code. Consider it stolen. It's much
more succinct that what I came up with. Thank you.

I'll count you in the comfortable column as well.

...kt
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform