embedded loops, trouble with

2005-06-29 Thread mayo
I was asked to display financial calculations. It requires embedded loops and I've been spinning my wheels on this project. The first task is to keep going through a loop until one reaches an inputted number. EX: The mortgage will be paid off in [ 36 ] months. So the loop is cfloop from=1

Re: embedded loops, trouble with

2005-06-29 Thread Eddie
On 6/29/05, mayo [EMAIL PROTECTED] wrote: I was asked to display financial calculations. It requires embedded loops and I've been spinning my wheels on this project. The first task is to keep going through a loop until one reaches an inputted number. EX: The mortgage will be paid off in [

RE: embedded loops, trouble with

2005-06-29 Thread Dave Francis
!-- or inside the inner loop maybe?? -- /cfloop -Original Message- From: Eddie [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 4:19 PM To: CF-Talk Subject: Re: embedded loops, trouble with On 6/29/05, mayo [EMAIL PROTECTED] wrote: I was asked to display financial calculations. It requires

RE: embedded loops, trouble with

2005-06-29 Thread mayo
: embedded loops, trouble with The way I understand it, a cfloop condition... is right, but he needs the cfloop from=1 to=#totalMonths# index=somethingAppropriate inside it. cfloop condition=p1 gt 0 cfloop from=1 to=#totalMonths# index=somethingAppropriate /cfloop cfset p1 = p1