Yes it helped me in the past though I always read it I usually don't respond... When I try to attend the newer group tech lunches...I usually miss them a lot due to my work schedule...
Now I'm totally away from CF though eager to know what's happening around.. currently in Oracle e-commerce, Java, j2ee after switching to Flex from CF in an intermediate project during the down time Frank may have found a bug and a workaround too! Nice to see all the messages On Aug 31, 2016 8:16 PM, "Ajas Mohammed" <[email protected]> wrote: > Yeah, like Charlie mentioned few samples would be great. > > Agree with Troy, I also learned so much just by keeping up with the group. > It's amazing how much you can learn by just reading others code. > > If no one has objections , then we should start using the group again. > > Thanks, > > On Wednesday, August 31, 2016, Troy Jones <[email protected]> > wrote: > >> I’m glad to see this list still exists. I leaned on it heavily in my >> earlier career J >> >> >> >> Thank you, >> >> >> >> Troy Jones >> >> Technical Manager >> >> Third Wave Digital >> >> 1841 Hardeman Ave. >> >> Macon, GA 31201 >> >> [email protected] >> >> www.thirdwavedigital.com >> >> >> >> *From:* [email protected] [mailto:[email protected]] *On Behalf Of *Charlie >> Arehart >> *Sent:* Wednesday, August 31, 2016 6:17 PM >> *To:* [email protected] >> *Subject:* RE: [ACFUG Discuss] Hopefully this list still exists >> >> >> >> Dude, they’re getting the band back together! :-) >> >> So Frank, on your observation, can you offer a simple 2-3 line proofcase? >> I realize you gave us code, but not with the values you’re really using for >> the vars. >> >> Sometimes, when you create such an example, you find out that it’s not >> what you thought. But if it is, then others could at least readily try it >> on their own systems, and if there’s no solution found, you could then >> include it in a bug report to Adobe. >> >> I’ve not heard of this problem you report, so I’m inclined to think there >> may be another explanation. But let’s see. Hope that’s helpful. >> >> /charlie >> >> >> >> *From:* [email protected] [mailto:[email protected]] *On Behalf Of *Cameron >> Childress >> *Sent:* Wednesday, August 31, 2016 05:03 PM >> *To:* [email protected] >> *Subject:* Re: [ACFUG Discuss] Hopefully this list still exists >> >> >> >> Folks are still on the list, though I am not sure the list management >> tool are visible anymore. >> >> >> >> The acfug.org domain actually just auto-renewed - so I think we are >> still good as long as the list software is actually running.... >> >> >> >> -Cameron >> >> >> >> On Wed, Aug 31, 2016 at 5:23 PM, Ajas Mohammed <[email protected]> >> wrote: >> >> Thanks for the email. I for one used to enjoy the challenges in this >> group with people sending their issues. >> >> >> >> I hope we can bring it back through this group emails or any other means >> as long as we are actively getting requests. >> >> >> >> Thanks, >> >> >> >> On Wednesday, August 31, 2016, Frank Moorman <[email protected]> >> wrote: >> >> As the subject line states... hopefully this mail list still exists... >> >> I came across something interesting today... (and very stressful before I >> figured it out...) >> >> I migrated code from a CF10 server to a CF11 server. And I had a major >> bug because of it. It seems like the function of ListAppend changed. >> >> The Migration docs mentioned how there were changes to the CFScript way >> of using list functions... but I did not see any mention of changes to the >> CFML tag functionality. >> >> I had this code inside a loop: >> >> <cfset devnull = ListAppend(UpdateString,argume >> nts.DrawIds[loopix])> >> >> But it turns out that where CF10 and before would append UpdateString >> with the additional value and store nonsense in devnull, CF11 changes the >> way it works. In the above function in now stores the combination in the >> devnull variable. >> >> <cfset UpdateString = ListAppend(UpdateString,argume >> nts.DrawIds[loopix])> >> >> The above does work in CF11 also which seems to be how to change it to >> work on a minimal level. >> >> Hope everyone is well if this maillist still gets out, >> Enjoy all, >> >> Frank Moorman >> >> >> >> -- >> <Ajas Mohammed /> >> >> iUseDropbox(http://db.tt/63Lvone9) >> http://ajashadi.blogspot.com >> We cannot become what we need to be, remaining what we are. >> No matter what, find a way. Because thats what winners do. >> You can't improve what you don't measure. >> Quality is never an accident; it is always the result of high intention, >> sincere effort, intelligent direction and skillful execution; it represents >> the wise choice of many alternatives. >> >> >> >> >> >> >> >> -- >> >> Cameron Childress >> -- >> p: 678.637.5072 >> >> im: cameroncf >> >> facebook <http://www.facebook.com/cameroncf> | twitter >> <http://twitter.com/cameronc> | google+ >> <https://profiles.google.com/u/0/117829379451708140985> >> >> >> ------------------------------ >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2016.0.7752 / Virus Database: 4647/12850 - Release Date: 08/21/16 >> Internal Virus Database is out of date. >> > > > -- > <Ajas Mohammed /> > iUseDropbox(http://db.tt/63Lvone9) > http://ajashadi.blogspot.com > We cannot become what we need to be, remaining what we are. > No matter what, find a way. Because thats what winners do. > You can't improve what you don't measure. > Quality is never an accident; it is always the result of high intention, > sincere effort, intelligent direction and skillful execution; it represents > the wise choice of many alternatives. > >
