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 AS3 where strict typing has a very noticable improvement in speed, I
am strict typing everything, and I mean everything.";

emailSignature:String = "HTH," + newline + "Steven";
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 strict typing everything, and I mean everything.";

emailSignature:String = "HTH," + newline + "Steven";


**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Syntax error.

Cheers,
Claus ;)

--
claus wahlers
cĂ´deazur brasil
http://codeazur.com.br
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 typing everything, and I mean everything.";

emailSignature:String = "HTH," + newline + "Steven";
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com