AML v.4.X Series
-
Toast
Re: AML v.4.X Series
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
overwritten but where? only those you've created or in user class at all?
-
Toast
Re: AML v.4.X Series
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(")"));}-
adrian_007
- Senior Member
- Posts: 126
- Joined: Sun Jan 06, 2008 1:00 pm
Re: AML v.4.X Series
in this part only AH iss mine (AllHubs)
-
Toast
Re: AML v.4.X Series
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