This compiler error will occur if the compiler encounters what looks like a call to a function, but no such function exists either in the list of built-in functions, or the user-defined functions at the top of the current macro.
For example:
var
begin
nDate = garbage() // looks like a function, but is not defined anywhere
end
In the above example, garbage() does not correspond to the name of any of the built-in functions or to any of the names of the user-defined functions at the top of the macro.
Topic 109002, last updated on 18-Apr-2020