RE: [Flashcoders] How can I get a string in a date object ?

2006-11-02 Thread Sander van Surksum
] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ Sent: woensdag 1 november 2006 20:04 To: Flashcoders mailing list Subject: RE: [Flashcoders] How can I get a string in a date object ? The compiler only catches strict typing issues at compile-time, not run-time. It doesn't know what this.jaar

RE: [Flashcoders] How can I get a string in a date object ?

2006-11-01 Thread Steven Sacks | BLITZ
The compiler only catches strict typing issues at compile-time, not run-time. It doesn't know what this.jaar is (because it's being loaded in at run-time) so it doesn't catch that you're loading a string into it. Since AS2 isn't actually strict (just for the compiler's sake), you can put strings