Hi and thanks for reply.
I'm using Rave 6.0.5 BEX Build 051110 and I have only changed the DOA components from 3 to 4.
But if I change then following code in the RvLEModule.pas all seems fine.
function TRCPUModule.GetStringVar(Name: string): string;
begin { GetStringVar }
//********************************************
if UpperCase(Trim(Name)) = 'NIL' then exit;
//********************************************
Result := string(longint(GetDataPtr(FindID(Name) as TVarID)^));
end; { GetStringVar }
I've done the same with the other functions:
(SetFloatVar, GetFloatVar, GetIntVar, SetIntVar, SetStringVar)
Bernd