user defined functions in programming
user defined functions in programming
(OP)
I use "user" defined functions regularly, some of these functions are programs. I have been getting the following error message:
there must be a scaler or array here
This is referring to the arguments in my function call. I have been getting this error for both scaler and array arguments. Sometimes, I retype the program exactly the same and the error goes away.
Right now, I am getting this error with my scaler arguments.
Regards, JimBlech
there must be a scaler or array here
This is referring to the arguments in my function call. I have been getting this error for both scaler and array arguments. Sometimes, I retype the program exactly the same and the error goes away.
Right now, I am getting this error with my scaler arguments.
Regards, JimBlech
RE: user defined functions in programming
TTFN
RE: user defined functions in programming
The news for me is that this error message not refers to the type of argument but also the type of data in the argument (if it is a vector).
JimBlech