Toy comments aside, you can't see any problems with the fact that in
ActionScript you write this:

for(i=0; i<10; i++) { 
  ...
}

and in CFScript you would write this:

for (i=0; i LT 10; i=i+1) {
  ...
}

It is not consistent. If I'm writing a Flash or Flex app, and then want to
work on my business logic in a CFC, then I would expect the first syntax
to work. I should be able to cut and paste it.

Darryl

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to