Con, My guess would be that we need an even older RAndFriendsSetup.
When I have some free time to spare, I may be able to experiment along those lines and report back. I think we are all in the same boat if we didn't do our initial setup "back when". Unfortunately, either R, or statconnDCOM, or both have changed in a way that doesn't play well with the RMath plugin. I wonder if an "R Club", gathering together some coin for incentive, could engage the original programmer to investigate and bring the plugin along to match the later releases?? --- In [email protected], "conrad_faber" <cfa...@...> wrote: > > > > 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" <progster@> 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 > > > > > >
