Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Path String Format
Message
 
 
To
24/06/1998 18:56:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00111405
Message ID:
00111593
Views:
15
Yet Another Way
if ( len( lcLong ) > 30 )
   lcShort = left( lcLong, 14 ) + ".." + right( lcLong, 14 )
else
   lcShort = lcLong
endif
>I want to know if somebody know where i can found a function that reduce the display of string to a specific lenght.
>
>Ex. c:\program files\devstudio\vfp\samples.dbf
>
>Function =c:\program files\.\samples.dbf
>lenght=30 spaces
df (was a 10 time MVP)

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

Click here to load this message in the networking platform