Q&A

  • Incompatible type error 해결좀 부탁
DoValue:=Dovalue+power(2,i);

DoValue는 정수형으로 선언 했거든요
그런데 Incompatible type 'integer' and 'real' 에러가 나네요
왜그런지.... 수정할 수 있는 방법좀 부탁
1  COMMENTS
  • Profile
    술친구 2002.03.15 20:26

    Power 함수의 Return 값이 Extended 군여..
    function Power(const Base, Exponent: Extended): Extended;

    DoValue를 실수형 으로 선언하시면될듯..