[M100] basic question

2018-11-29 Thread Peter Vollan
Is there a simple way in basic to just send everything that goes to the display to a file as well?

Re: [M100] BASIC question

2018-07-12 Thread John R. Hogerhuis
I'm pretty sure that the club100 library has diskmanager or something like that which can do tpdd operations. Maybe check that out. -- John On Thu, Jul 12, 2018, 11:42 AM Kurt McCullum wrote: > Thanks, > > I was hoping there was an easy way to get that data. Looks like a little > coding will be

Re: [M100] BASIC question

2018-07-12 Thread Kurt McCullum
Thanks, I was hoping there was an easy way to get that data. Looks like a little coding will be involved to pull the TPDD directory. Kurt On Thu, Jul 12, 2018, at 10:21 AM, John R. Hogerhuis wrote: > I agree with Ken, I don't think so. But the memory filesystem is > probably easy to poke a strin

Re: [M100] BASIC question

2018-07-12 Thread John R. Hogerhuis
I agree with Ken, I don't think so. But the memory filesystem is probably easy to poke a string variable at and loop over. And you know the tpdd disk commands. A little hidden embedded ML using the recently discussed techniques would go a long way. -- John. On Thu, Jul 12, 2018, 9:13 AM Ken Pett

Re: [M100] BASIC question

2018-07-12 Thread Ken Pettit
Doesn't look like it, at least not using any built-in method. The FILES and TS-DOS LFILES hook both print to the screen. The only two ways would be: 1. Write and install a "print to screen" hook to intercept the data prior to the actual printing and save the data off to a string. Then unin

[M100] BASIC question

2018-07-12 Thread Kurt McCullum
Is there any way to capture the FILES or more specifically lFILES commands into either a string or array? Kurt

Re: [M100] Basic question

2016-10-11 Thread Kurt McCullum
That would be great Bob. Thanks! Kurt From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Bob Pigford Sent: Tuesday, October 11, 2016 6:01 PM To: 'Model 100 Discussion' Subject: Re: [M100] Basic question Kurt, A year of two ago, for a submission to t

Re: [M100] Basic question

2016-10-11 Thread Bob Pigford
would like to see my code. I am happy to share. Bob From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum Sent: Tuesday, October 11, 2016 5:32 PM To: Model 100 Discussion Subject: Re: [M100] Basic question John, I found the article so no need to

Re: [M100] Basic question

2016-10-11 Thread Chris Fezzler
Summarize what you find so we all can learn or be reminded. From: Kurt McCullum To: Model 100 Discussion Sent: Tuesday, October 11, 2016 5:32 PM Subject: Re: [M100] Basic question John, I found the article so no need to dig it out. Thanks for letting me know the Title, it made

Re: [M100] Basic question

2016-10-11 Thread Kurt McCullum
John, I found the article so no need to dig it out. Thanks for letting me know the Title, it made finding it much easier. Kurt On Tuesday, October 11, 2016 1:57 PM, John R. Hogerhuis wrote: Yes there's a portable 100 article on calling TEXT. It requires some ML code.  I have a printou

Re: [M100] Basic question

2016-10-11 Thread Kurt McCullum
Thanks John. On Tuesday, October 11, 2016 1:57 PM, John R. Hogerhuis wrote: Yes there's a portable 100 article on calling TEXT. It requires some ML code.  I have a printout of the article I will let you know the reference info when I get home if you don't find it some other way first.

Re: [M100] Basic question

2016-10-11 Thread John R. Hogerhuis
Yes there's a portable 100 article on calling TEXT. It requires some ML code. I have a printout of the article I will let you know the reference info when I get home if you don't find it some other way first. -- John. On Tuesday, October 11, 2016, Kurt McCullum wrote: > I have a BASIC question

[M100] Basic question

2016-10-11 Thread Kurt McCullum
I have a BASIC question for the experts on the list. Here is what I'm trying to do. I've got a BASIC program that gathers data and writes it to a .DO file. I want to be able to call TEXT from BASIC so I can edit this file. Then when I'm done (Double ESC or F8),  I would like to return back to BA