Hallo an alle
wer kann mir dabei helfen bekomme beim compilieren mit Rave die fehlermeldung
"
Error #22 - Unknown identifier [AsCurrency]"
bei nachstehenden Code
if GutProz2.AsCurrency <= 40 then
Value := '1';
if GutProz2.AsCurrency > 41 then
Value := '2';
if GutProz2.AsCurrency > 90 then
Value := '3';
end;
GutProz2 ist eine CalcOP Komponente
vielen dank Pumba