comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Strange error: % Keyword parameters not allowed in call.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Strange error: % Keyword parameters not allowed in call. [message #86291] Wed, 23 October 2013 08:21 Go to previous message
Helder Marchetto is currently offline  Helder Marchetto
Messages: 520
Registered: November 2011
Senior Member
Hi,
so, I've got this big program with lots of things happening. There is this method (function) used to get images called "GetRawImg" that calls a function "GetFile"

So the call is done this way:

fName = 'MyFileName.dat'
ErrorRes = 0B
Img = GetFile(fName, ErrorRes)

The function GetFile is defined this way:

FUNCTION GetFile, Filename, ErrorRes

I'm debugging this thing and when I get on the line
Img = GetFile(fName, ErrorRes)
and step further into GetFile, I get the error:

% Keyword parameters not allowed in call.
% Keyword parameters not allowed in call.
% Keyword parameters not allowed in call.
% Compiled module: GETFILE.

Yes, three times and after the call it shows that it has compiled GETFILE.
Does anybody have an idea where this is coming from? Is there somewhere a hidden procedure GETFILE that does not accept parameters? I closed all possible related projects before hand...
And when I call this procedure GETFILE the second time, no error is displayed.

Regards,
Helder
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to obtain contour data through contour command?
Next Topic: How to package existing non-OO widget application into a catalyst based objects?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:37:15 PDT 2025

Total time taken to generate the page: 0.00426 seconds