Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!news.nd.edu!vangogh!treesh From: treesh@vangogh.helios.nd.edu Newsgroups: comp.sys.cbm Subject: Re: A fast-blast to basic variables on the C128 Message-ID: <1991Jan8.131329.18007@news.nd.edu> Date: 8 Jan 91 13:13:29 GMT References: <19278@hydra.gatech.EDU> <1991Jan7.183813.6939@news.nd.edu> <1991Jan7.213923.19427@athena.mit.edu> Sender: news@news.nd.edu (USENET News System) Organization: University of Notre Dame, Notre Dame Lines: 11 Randy, I would like to thank you very much for your help on this project, this information you have given should make my job of getting a high-speed data-to-basic string variable routine much faster then the way I was doing it before in basic. Im going to slightly modify your idea in that Im going to assign the variable a$ and give it about 200 charectors in lenght. Then instead of altering the lenght of this entry in the table, I will just copy the needed bytes, leaving the rest of the string untouched. With the use of the basic LEFT$(a$,peek(lenght)) should work quite niclely. Thanks again. ctfm