RE: [Flashcoders] why are my class property's strongtypingbeingignored?

2006-11-16 Thread Steven Sacks | BLITZ
emailBody:String = Strict typing is kind of an all or none thing. If you only partially strict type, which I have done plenty of in the past, then you'll only partially get compiler errors. However, in preparation for AS3 where strict typing has a very noticable improvement in speed, I am strict

Re: [Flashcoders] why are my class property's strongtypingbeingignored?

2006-11-16 Thread Claus Wahlers
emailBody:String = Strict typing is kind of an all or none thing. If you only partially strict type, which I have done plenty of in the past, then you'll only partially get compiler errors. However, in preparation for AS3 where strict typing has a very noticable improvement in speed, I am

Re: [Flashcoders] why are my class property's strongtypingbeingignored?

2006-11-16 Thread Rich Rodecker
heh, funneh On 11/16/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: emailBody:String = Strict typing is kind of an all or none thing. If you only partially strict type, which I have done plenty of in the past, then you'll only partially get compiler errors. However, in preparation for