On 3/3/2004 at 15:41, you wrote:
A> So, is it safe to say that no one has a clue to why this isn't
A> working?
Did you try Barney's suggestion of setting your arraylen() to a
variable outside the loop?
<cfscript>
count = arrayLen(iterations);
for(i=1;i LTE count; i = i + 1)
{
thisIteration = getIteration(iterations[i]);
if(this.error)return thisRoute;
arrayAppend(thisRoute.iterations, thisIteration);
}
</cfscript>
~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

