I have a comma delimited record with an unknown number of variables. Questions:
Can I read this record with Input #, …
At present, I read it with Line Input#, and then split the resulting text variable using the split() function – is there a better / faster way?
Cheers,