[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

File Closing



hi,

        is it possible to know in SQR whether a particular file is open or
not?? i want to judge whether a file is open before closing it. e.g.

        OPEN $Filename as 1 for-writing .....

        if (???)
           CLOSE 1
        end-if

rgds,
jyoti