how do I do this? I have a variable of type double I would like to raise it to an exponent, also of type double. I have tried pow(base: double, exp: double) and power(base: double, exp: double). I have used lower case and I have tried capitalizing the first letter(although it shouldn't matter in Delphi). I still get that red wiggley line and a hint that says Undeclared Itentifier. I just tried a "Uses" Math in the Uses clause. That didn't work either.
Thanks,
Paul
The Bad News: Time Flies
The Good News: You are the Pilot
Thanks,
Paul
The Bad News: Time Flies
The Good News: You are the Pilot