You all know Enumeration - EndEnumeration which allows you to enumerate constants quickly.
What do you think about Globalize - EndGlobalize in order to define a lot of variables at once that should be global?
The combination Global-EndGlobal is already in use (as Global already exists), so 'globalize' should be the keyword.
Example:
Code: Select all
Globalize
mutex_einstellung=CreateMutex()
mutex_cache=CreateMutex()
mutex_logfiles=CreateMutex()
mutex_screenshots=CreateMutex()
mutex_favourites=CreateMutex()
flag_cache
flag_logfiles
OtherGlobalVariables=5
EndGlobalize