My installs are based on an earlier post of yours (r and friends), so exactly the same - also AB 5.3
Con --- In [email protected], "progster01" <progs...@...> wrote: > > Hi, > > Thanks for reporting this. > > Now that you've pointed it out, I'm observing the same problem, with these > installs: > > AB 5.3 > RAndFriendsSetup2092V3.0-17-2.exe: R 2.9.2, statconnDCOM 3.1-2B6 > RMath 1.0.0 per Tools -> Plug-ins ... > > What are your installs? > > - Progster > > > --- In [email protected], "conrad_faber" <cfaber@> wrote: > > > > Hi everyone > > > > I have a problem returning a character string from R to Amibroker. This > > will include dates. The example appears on page 6 of rMath manual and > > should be simple. > > > > // Numeric works fine > > RMathProcedure("RandomVarA=123.45 + 7.8"); > > aa=RMathGetValue("RandomVarA"); > > printf("\nRMath numeric Return Value: " + aa); // answer correct 131.25 > > > > // String does not work > > RMathProcedure("RandomVar=<DQ>Abcde<DQ>"); > > bb=RMathGetValue("RandomVar"); > > printf("\nRMath alpha Return Value: " + bb); //garbage instead of Abcde > > > > Any help will be welcome. > > Con > > >
