My fault George, it turns out an invalid number was being passed into the function that Log() did not like.
Thanks --- In [email protected], "George Henne" <g...@...> wrote: > > This is odd - Log() is a built in function. > > What happens if you put this code in a program by itself and run it? > > >I have done somrthing stupid. I had a program working a year ago or so > >but when I run it now I get "Invalid procedure call or > >argument: 'Log'". This is in a module in the following code. > > > >Function power(x, y) > > power = Exp(y * Log(x)) > >End Function > > > >Thanks for any help > >Jerry > > > > > >------------------------------------ > > > >Yahoo! Groups Links > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en -~----------~----~----~----~------~----~------~--~---
