Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get the file extension
Message
From
02/06/2005 09:28:33
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01019324
Message ID:
01019328
Views:
20
You could just return the last three characters of the string.
lcFileType = SUBSTR(tcFilePath,LEN(tcFilePath) - 2, 3)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform