Subj : Need help converting a Delphi line to C++ To : borland.public.cpp.borlandcpp From : Dark Alchemist Date : Sun Jan 04 2004 02:13 am if pMsg.Member['stats'].Member[x].Member['key'] = $5 then gd._Burden := pMsg.Member['stats'].Member[x].Member['value']; What is that saying because I wanted it translated to C++ and even with my best efforts the C++ code would not compile. Thank you. .