virtuals fields / Bo methods

Olivier vidal_olivier at yahoo.fr
Fri Jan 14 09:22:55 CST 2005


Le 14 janv. 05, à 09:03, Ruslan Zasukhin a écrit :

> This YOUR OLD code
>
> "String2"
> String2.methodText="String1"
> String2.isindexed=true
> String1.indexbyword=true
>
> Is the same to
>
>   Vstring( "strring2", 38,
>       EVFlag.fIndexed + EVFlag.fIndexByWords, "String1" )

then

string1=new vstring("string1",38,EVflag.fIndexByWords)
string2=new vstring("string2",38,EVflag.fIndexed,"string1")

=

string1=new vstring("string1",38)
string2=new vstring("string2",38,EVflag.fIndexed + 
EVflag.fIndexByWords, "string1")

right ?


More information about the Valentina-beta mailing list