Subj : Re: Need help converting a Delphi line to C++ To : borland.public.cpp.borlandcpp From : maeder@glue.ch (Thomas Maeder [TeamB]) Date : Sun Jan 04 2004 11:45 am Dark Alchemist writes: > 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. You don't show how pMsg and gd are declared. Please post the *minimal* C++ program that only fails because of the translation of this line. Also, please note that this newsgroup is about Borland C++, not C++ Builder. If this is not what you intended, please direct your browser at http://info.borland.com/newsgroups/ and read the newsgroup descriptions. This will help you find the appropriate newsgroup for your question. .