29 Sep
2005
29 Sep
'05
5:34 p.m.
On 9/29/05, Jeff Flinn
Aah, but spirit already does that:
parse ( lRtmData.Begin() , lRtmData.End () , *( ( str_p("Altia*AltiaScene*background:") >> '#' >> hex_p[assign(mBackGroundColor)] ) | ( str_p("Altia*AltiaScene*width:" ) >> uint_p[assign(mWindowSize.cx )] ) | ( str_p("Altia*AltiaScene*height:" ) >> uint_p[assign(mWindowSize.cy )] ) | anychar_p ) , space_p );
Well, hot damn! Didn't realise that worked.... but then again, it makes total sense... PS Looks alot like a XrmDb 8)