Chauhan, Savita wrote:
Is there a UniBasic command which will let me do the following:

------ Open a seq file. If it does not exist then create one and open
it. -------

OPENSEQ doesn't require that the record exist to successfully open it. Only the parent directory has to exist. The record will be created if it doesn't exist the first time you write to it. Just do this:


OPENSEQ directory, file TO filevar ELSE NULL

then write to it.

-John
--
John Hester
System & Network Administrator
Momentum Group Inc.
(949) 833-8886 x623
http://memosamples.com
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to