Peter Ulrich Kruppa a écrit :
Hello,
here a beginner's question:
Let us say I wrote two units: unit1 unit2 and there is a procedure called HelloWorld in each of them. May I call them by unit1.HelloWorld; unit2.HelloWorld; or is that not supported by gpc? What should I do in the last case?
Unfortunately this "qualified identifiers" problems is on the todo list since a long time (in fact since I begun to work with gpc: I asked the same question at the very beginning when trying to port BP programs to gpc). No other way at present time than to give an other name to one of the two HelloWorld. Seems to need a major rewriting in gpc.
Hope this helps