On Mar 20, 2007, at 3:12 PM, Markus Winter wrote:

> Hi all,
>
> I have a few properties which I'd like to declare globally, like
>
>   Tab = Chr(9)
declare it as a computer property of type string
If you try to type one in at least in 2007r1 it won't work
Make it a global computed property that is set the first time it is  
read.
Don't define a setter for it so it's private storage cannot get  
overwritten.

>   CR = EndOfLine

This varies by platform so you may want something other than a single  
constant or property that can take that in to account.
If you make it a global computed property that is set the first time  
it is read then you have that flexibility.
Don't define a setter for it so it cannot get overwritten.

That said you don't have an easy way to type in an end of line  
(except maybe by cut and paste)

>   space = " "

You can't type a space in to the edit field for the property (which I  
think should be considered a bug)

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to