Newsgroups: comp.sys.handhelds Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!fseipel From: fseipel@magnus.ircc.ohio-state.edu (Frank E Seipel) Subject: Re: Sending a library Message-ID: <1991Apr23.204234.25439@magnus.acs.ohio-state.edu> Sender: news@magnus.acs.ohio-state.edu Nntp-Posting-Host: right.magnus.acs.ohio-state.edu Organization: The Ohio State University References: <663CA1A180003C83@BGERUG51.BITNET> <1991Apr23.171918.9800@mtu.edu> Date: Tue, 23 Apr 1991 20:42:34 GMT Lines: 8 Another way to send a library is to store it as a LIST. Place the library on the stack. Then enter 1 ->LIST. Then SEND the library via the I/O menu. Then, after the object has been received on the second computer, type OBJ-> to take it out of the list. Note you also need to hit DROP, as OBJ-> will put the LIBRARY in level 2, and how many objects (1) that were in the list on level 1, so you need to drop the 1. This method has the advantage of not requiring you to STO the library and then PURGE it twice on both ends.