All the statements in that example have CF tag equivalents (CFScript syntax is much more similar to Java syntax, making it easier and clearer to port Java code examples).
Assignment and method calls can be made into CFSet statements, and turn the while into cfloop, etc. - David On 7/12/06, Matt Robertson <[EMAIL PROTECTED]> wrote: > > Rick what do you do if you can't run the whole operation from within a > cfscript block? I need to do a *whole* bunch of stuff (like cfqueries > that select, insert and update) inside of that while loop and I can't > seem to get a non-cfscript analog of that loop working. I have to be > missing something stupid as I could not get a conditional cfloop to > work with an isdefined in the condition. > > -- > [EMAIL PROTECTED] > Janitor, MSB Web Systems > mysecretbase.com > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246370 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

