Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upper and lower case
Message
From
13/12/2013 16:58:08
 
 
To
12/12/2013 02:51:02
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01589964
Message ID:
01590200
Views:
49
good stuff tore. odd that they didn't include atc() in the related topics in help.
you're right about = .t. - looks redundant now that I see your code.
tnx
k

>Check ATC().
>if atc('xlsx',justext(lcFileName))>0
>Just a side note. In your code you compare a comparison against .T., which to someone (me included) looks kind of strange. It's a little bit like *Is it true that it is true". You can change it into.
>if 'xlsx' $ Justext(lcFileName)
>>is there a function that accepts upper AND lower case - right now my program (excerpt below) only detects lower
>>
>>
>>if 'xlsx' $ Justext(lcFileName)  = .T.
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform