Hi everybody,
suppose I have a sub in main named display and a public field called dato
I have another module (modulo.bas), how do I have to call display from this module? How can I reference dato from this module. I have found no example of multimodule program.
Display must be set as a public sub, so that it is accessible from any other module like callsub(Main, "display"). For the field, its reference by something like Main.dato