AML v.4.X Series

Anything that doesn't fit the other categories
Toast

Re: AML v.4.X Series

Post by Toast » Thu Jul 03, 2008 7:42 am

Well crise and me had a discussion over msn that 2 letter symbols had a change to be overwritten in the future thats why i choose 3 letters

adrian_007
Senior Member
Posts: 126
Joined: Sun Jan 06, 2008 1:00 pm

Re: AML v.4.X Series

Post by adrian_007 » Thu Jul 03, 2008 8:00 am

overwritten but where? only those you've created or in user class at all?

Toast

Re: AML v.4.X Series

Post by Toast » Thu Jul 03, 2008 8:54 am

Code: Select all

case COLUMN_HUBS: {
const tstring hn = Text::toT(identity.get("HN"));
const tstring hr = Text::toT(identity.get("HR"));
const tstring ho = Text::toT(identity.get("HO"));
const tstring cn = Util::toStringW(Util::toInt(identity.get("HN")) + Util::toInt(identity.get("HR")) + Util::toInt(identity.get("HO")));
const_cast<Identity&>(identity).set("AH", Text::fromT(cn));
return (hn.empty() || hr.empty() || ho.empty()) ? Util::emptyStringT : (cn + _T("(") + hn + _T("/") + hr + _T("/") + ho + _T(")"));}
Does this part even exist in other client or is it RSX++ only ?

adrian_007
Senior Member
Posts: 126
Joined: Sun Jan 06, 2008 1:00 pm

Re: AML v.4.X Series

Post by adrian_007 » Thu Jul 03, 2008 9:59 am

in this part only AH iss mine (AllHubs)

Toast

Re: AML v.4.X Series

Post by Toast » Thu Jul 03, 2008 11:58 am

Okey then ill use those instead since im not that familar with the new CDM im kinda guessing but with proper documentation and help its much easier

Who is online

Users browsing this forum: Google (Crawler) and 0 guests