Consultor Eletrônico



Kbase P25160: Does the application compiler have any options to conditiona
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/05/2003
Status: Unverified

GOAL:

Does the application compiler have any options to conditionally compile only files which are uppercase?

FIX:

No, the application compile can perform wild card matches on names of files but it is largely case insensitive.
It would be necessary for a user to programmatically check the case of file in a directory and conditionally compile that code if it was detected to be Upper or Lower or whatever condition the programmer desires.