Hi, also hab's in die Newsgroup gepostet und recht zügig eine Antwort bekommen.
Zitat:
Hi David,
You are correct, RAP is not going to be able to resolve the TRoundToEXRangeExtended type. Perhaps try using a simpler type (String or Integer) and convert to the TRoundToEXRangeExtended type inside the Execute routine.
versteh aber leider nicht genau wie ich das anstellen soll.
Delphi-Quellcode:
class function TmyRoundToFunction.GetSignature: String;
begin
Result := 'function RoundTo(const AValue: Extended; const ADigit: TRoundToEXRangeExtended): Extended;';
end;
wo soll ich den Datentyp ändern und wie kann ich bsp. von Int nach Extended umwandeln?