Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!decwrl!pa.dec.com!decuac!nntpd.lkg.dec.com!snoc01.enet.dec.com!cameronjames From: cameronjames@snoc01.enet.dec.com (James Cameron) Newsgroups: comp.sys.tandy Subject: Re: Power on/off function in Tandy 200 Basic? Message-ID: <22728@shlump.lkg.dec.com> Date: 16 May 91 23:07:25 GMT References: <24800@well.sf.ca.us> Sender: news@shlump.lkg.dec.com Reply-To: cameronjames@snoc01.enet.dec.com (James Cameron) Organization: Digital Equipment Corporation (Australia) Lines: 24 In article <24800@well.sf.ca.us>, tswift@well.sf.ca.us (Theodore John Swift) writes: >POWER "hh:mm:ss","mm/dd/yy", BASIC program > >20 POWER "19:I:00", "05/14/91", FOO.BA 'this being 7:30 on tuesday 14 May Ted, Try POWER "19:"+RIGHT$(STR$(I+100),2)+":00","05/14/91",FOO.BA And if that doesn't work, consider 1) priming the type-ahead buffer with a command that you build. See CHANGE.BA in the Tandy 100 archives for a fragment of code to do this. 2) writing a text file containing 10 POWER etc then execute the text file by RUN"filename.DO". 3) giving up and buying some NiCd cells and a small solar panel. -- James Cameron Digital Equipment Corporation (Australia) P/L (cameronjames@snoc01.enet.dec.com)