Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compressing large string fields for indexing
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Compressing large string fields for indexing
Miscellaneous
Thread ID:
00455127
Message ID:
00455127
Views:
67
Foxpro cannot index a field of char 250.
However, if I could compress that field
and place the result in another field, then
I could create an index on that field.

What I need is simply :
cText = REPLICATE(SPACE(),250)
cCompText = TextCompress(cText)

? len(cText)
250

? len(cCompText)
3

Any Help Appreciated

Mark Derail
Mark Derail
DMIB
(514) 626-1520
Next
Reply
Map
View

Click here to load this message in the networking platform