I have thought about using the catch - throw functions to capture terminal errors and allow my code to close all open files and release memory before...
... release ... processing. ... I'm not sure what you're trying to do here; if as you say proc1 executes esc-key and if successful executes QUIT then CATCH...
I have a line of data, all numbers, from 0 to 200. I want to get them displayed in columns on the screen (assume 5 columns) Win32Forth: a Forth for Windows...
I have a line of data, all numbers, from 0 to 200. I want to get them displayed in columns on the screen (assume 5 columns) Win32Forth: a Forth for Windows...
... them ... Hi Frank, Have you tried to use .R for example this will display 22 in a 5 chars area left padded with blanks .( <) 22 5 .R .( >) < 22> ok ...
Problem1> %CURRENTDIR% returns the current path is defined as: 2dup s" %CURRENTDIR%" ISTR= if 2drop current-dir$ dup ?+\ count "path-only" exit then except...
... count "path-only" exit then ... CURRENTDIR%" The problem (which probably isn't confined to W98; it just showed up horribly on both systems I use; after...
... Note: After the update of the CVS by George the problem with WinEd seems to be solved. Thanks! ... This problem still remains and has an other cause. The...
... OK it depends on how we would like to proceed. The 4.2 way or the 6.11.xx way. Before I change anything here I would like to heare some votes. Personally I...
... word needs. ... without ... I tend to agree. Couldn't we extract just the file name before the comparison so that's so. NEEDS (or it's alias REQUIRE) is...
... Something like that could be done since the following line works: defined toolset.f . -1 ... Saw your msg there. I follow that thread with intrest. Jos == ...
... The English module calls the negSVO module if the juxtaposition variable "jux" has been set to a value of "12" by the Instantiate module, which in turn is...
The use of catch and throw, can you use it in more than once in a program? e.g. ['] proc1 catch status-window \ proc1 one is the main processing routine inside...
... No problem; if evaluate throws an error then it is caught by the catch it was passed to, whereas if it doesn't it returns to the catch anyway. In both...
Has anyone heard from Glen lately? Email bounces, phone rings but no answer, web site still OK. Best to all, John 'Sandy' Bumgarner sandybum@... direct...
ATM, I am noticing with 10K arrays for the CNS core, once 'T' gets above ~5K it can take +4 seconds for the think module to execute. I am contemplating...
I am using Win32Forth V11. My application is not built as a 'windows' application, can I still call windows graphic routines to display a chart? Frank...
... still ... Yes, it's possible to draw within the console window. But it will not work very well, since the WM_PAINT handler of the console window (which is...
ATM ... .........coded removed for readability.......... psi @ jux ! \ but only for the next time around, not now. ; \ End of Parser; return to oldConcept...
How do I use the extended ASCII characters in my programs? If I simple do a 176 emit I do not get the extended character which should be a box item. Frank...
... Not shure what you mean with "extended ASCII characters", but when I take a look at the windows charmap (charmap.exe) 176 look's like a grad sign ° not a...
... ATM: Well, it would seem so, but the whole idea of setting the jux(taposition) variable not imediately but for "the next time around" indicates a kind of...
... Note that the actual display of "extended ASCII characters" varies according to how one has configured displaying of them via a sequence of steps defined...