Quote Originally Posted by GremlinSA
I hope this is close on what your looking for...

I'm assuming that you have files in certain formats (Lets say like Tracker

You first need to detect the file type ( Extention or signatures...)

If this is helpfull and you need more, let me know....

Gremmy...
>>I'm assuming that you have files in certain formats (Lets say like Tracker
It's not the files that are in certain formats, but the variables written to a plain text file, needs to be of a certain syntax, so it can be parsed by the target application. This is why I need to format doubles, differently from longs, strings, etc.

>>You first need to detect the file type ( Extention or signatures...)
I can't do this-0 as posted in the original email.

Select/case doesn't work on UDT's, and I don't know how else to detect an instance of a UDT.

This is the fundamental problem I cannot figure out.