Hi I have three files
file A file B file C file B Includes file A file C Includes file B my main is in file C I am calling a function in file A from file C - assigning the result to a variable, every thing compiles fine but when I run the program I get an error Variable or Field <function name> not defined can anyone shed any light on this?? Thanks Mark
