Hi Thierry, now I looked through all your emails and I guess the problem is that there is some delay until the emails we send show up at Yahoo-Groups. I was...
Hello Thierry, I am happy to read it worked. If you are not familiar with Forth, you will learn it soon. It is easy to learn and you will enjoy it. The...
Hi, I have a text file which consists of a number of lines. Each line has 7 numbers which are tab-separated. I read a line from a file into a buffer in...
... Hi Prad, ... it standard. I've done some similar stuff to what your trying to do. Here is a snippet of (ugly and verbose) code that you may be able to...
Hi Prad, When I have to read a file with numbers, I do the following: I define everything I do not need as a dummy word, then I load the file, and all numbers...
Try this No guarantee. I am not hte programmer but I have access to him. John A. Peters ... \ $Id: Getat.f,v 1.2 2009/04/17 22:23:48 brookline Exp $...
Hi Dirk, The data is in a file created in excel. The file is then saved as text. In excel you can save as comma separated values or tab-separated. The one I...
Hi John, It will take me a while to work through this one. One thing that does come to mind is that :: #line.bytes #line.addr cursor-line cursor-col ...
... Just a question to the OP, would it make sense to read and process your numbers one at a time rather than stacking them? I'm not up with my Forth enough...
Hi John, It will take me a while to work through this one. One thing that does come to mind is that :: #line.bytes #line.addr cursor-line cursor-col ...
... <snip>> > ... Again to the OP, but you are right Rick. As pointed out by others in this thread, you can easily blow up the stack if your spreadsheet ...
I have been able to adapt the solutions given previously. Thomas's one was easier for me to understand. George's one was neat ( not something I would have...
Hi, I typed in the following and --> shows what I get. Scan does what I expect, but skip seems to do nothing. What does skip do ? (1) s" 23 45 12" 32...
... skip ( addr len char -- ) will skip all characters that match with char and then stop. Your example does nothing because the first character is not 109...
Hi....... Thanks for the advice.... Things are getting clearer now!! All the best, Tony ________________________________ From: P G <psg0912@...> To:...
Hi Dick, That has helped a lot..... Thanks a bunch!.... It is now begining to make sense! All the best, Tony ________________________________ From: Dirk Bruehl...
Hi Tony, I am glad to read my words did help. Please do not hesitate to ask further questions! There are still things missing, and if you need something...
Hello, after some experience with own aplications based on winser.f, I like to use the hardware handshake CTS RTS. It works only if I'm using before an another...
hi, I've developped the assembler/disassembler/forth kernel for one of 8 bit multicore field programmable processor array (fppa) under win32forth. The process...
... Hi German Forth Magazin "Vierte Dimansion" has been released: http://www.forth-ev.de/filemgmt/singlefile.php?lid=267 Thanks to Alex Mc-Donald and all...
... There's an article about VisualFORTH in that magazine, too. It's says that VisualFORTH is build on top of w32f 6.12 and doesn't work with the 6.13 release....
... Wouldn't it be better for VisualForth to be incorporated into the next developement cycle (i.e. V6.15) since it's still only an alpha version. Also we were...
OK. What bugs need to be solved before releasing version 6.14? Jos ... From: "George Hubert" <georgeahubert@...> To: <win32forth@yahoogroups.com> Sent:...
... I'm not sure. It depeneds on whether there are any in the new console or not. It's always a good idea to create a branch for each stable release anyway so...