Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is C5 Shaking Anyone Else's Faith?
Message
 
 
To
27/03/2000 12:46:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00350825
Message ID:
00351195
Views:
23
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.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform