Quote:
Originally Posted by RacingDog
I just want to know what the data type is please?
|
I think that the answer is that there is no type attached to Connection Name.
It is more like an "Object", which also cannot be passed as a parameter to a Sub that you have defined. Or like a global (objects are also Global in this sense) and you cannot define a Sub formal parameter to have the same variable name as a global.
So I believe that it is not possible to write a Sub which can perform operations on an arbitrary opened file that is passed to it.
Erel said recently that the introduction of types into version 6.90 has been pervasive and taken a lot of work, so is not purporting to make the leap to a fully typed language.
Mike.