View Single Post
  #3  
Old 28-03-2021, 00:52
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
I know there's an if/else but is there an if/else for ifdef?

Example:

Code:
#define example

#ifdef example
     ExtractTemporaryFile('def.txt')
#else
     ExtractTemporaryFile('notdef.txt')
#endif
Would that work?
Reply With Quote