Oh yeah, there's a *ton* of code with this. The actual class has more than 50 properties with the constructor building out most of the data.
And in answering your question I just realized where I was going wrong with mine! What I'm looking at in the output is a single parameter, "Dataline" which is a fixed-width text value. That value is being set as a part of the constructor and does not get "re-built"... so my cloning/copying/whatever may damn well have been working and I would never have seen it because what I was using as my test... ug.. Okay, I'm going to blame this all on the lack of sleep and get it fixed. Thanks for helping me find the glass cleaner, Maureen! Until Later! C. Hatton Humphrey http://www.eastcoastconservative.com Every cloud does have a silver lining. Sometimes you just have to do some smelting to find it. On Fri, Jul 11, 2014 at 8:45 AM, Maureen <[email protected]> wrote: > > Yeah, I am assuming that in the actual code you are setting the value > for test.Name before you do the IF statement, so that the code within > the IF block is actually executing. > > Dim test as New a() > > .if test.Name = "CopyMe" > > On Fri, Jul 11, 2014 at 8:37 AM, C. Hatton Humphrey <[email protected]> > wrote: > > > > I appreciate it, and again I apologize for the bad pseudocode! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:371369 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
