Actually, the STATUS statement returns the file type, The x=STATUS(#) function does not (or I couldn't figure it out) return the file type after an open but the STATUS statement, which works off the filehandle will return the file type in pos 23 of the dynamic array that is returned.
That was my original issue, I looked at status() and didn't see what I needed, and didn't realize that there was another status statement, which was why I missed it originally. George > -----Original Message----- > From: [email protected] [mailto:u2-users- > [email protected]] On Behalf Of Norman, David (Health) > Sent: Thursday, January 21, 2010 5:14 PM > To: '[email protected]' > Subject: Re: [U2] How can I tell a Type 1 from a Type 19 > > After an OPEN the STATUS() function returns the file type. > > ======================== > David Norman > Senior Software Engineer - SA Ambulance Service > > ICT Services > SA Health > Government of South Australia _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
