> for example, to control the property 
> veracity.runtime.relativeresolution. you would have the options of:
> 
> #pragma('relativeresolution') ## turns relative resolution on
> #pragma('enable-relativeresolution') ## turns relative resolution on
> #pragma('disable-relativeresolution') ## turns relative resolution off

One suggestion: make these stack-like:

#pragma-push('relativeresolution', 'enable')
#pragma-pop('relativeresolution')

(with whatever syntax). This is incredibly useful.

Regards,


-- 
Gonzalo Diethelm
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to