Skip to content
Prev 309560 / 398506 Next

Strange compiling behaviour

On Wed, Oct 31, 2012 at 9:14 PM, Worik R <worikr at gmail.com> wrote:
Hi Worik,

I'm afraid I really can't follow your question. Could you come up with
a commented version of your function and explain what clearly what you
are seeing and what you would expect to see instead?

Some things to note

1) In your post, you are rather free using "geterrmessage" and
"geterrormessage" -- not the same.
2) In the function above there's a return() call in the wild.
3) You don't need to return errors thrown by stop. That happens automatically.
4) It looks like you don't have the appropriate write permissions in
the directory in question.

Michael