Now we have data types, can someone tell me the type of the Connection Name parameter in FileOpen etc? I need to pass it to a Sub with other typed parameters, and to make the code read well it needs to be the first parameter. I've blindly tried a few things, no type specified, number, integer, int64, even string, but keep being told I haven't set the parameter to a valid instance of an object. To try to get a clue, I've tried examining the value in a working piece of file code but the debugger refuses to indicate the value.
Yes, yes the file exists, the second file open parameter is correct etc etc. I don't need that sort of help, at least not yet, maybe later.
I just want to know what the data type is please? Should this be in the FileOpen help text?