16 lines quote... 13 lines signature... 1 line text. You might be a good expert, but not a very polite person... Syarzhuk ... ...
Syarzhuk Kazachehnka
bamboo7431@...
Apr 1, 1998 5:13 pm
120
Actually, I do try and keep myself humble -- it has gotten me very far in my career -- so I do not consider myself an "expert". I in-advertently forgot to take...
BRADLEY@...
Apr 1, 1998 10:09 pm
121
... It's sure doable, but I would prefer the ||| / &&& alternative. I think both behaviors are complementary. Using new operators will prevent possible...
Martin Lafaix
lafaix@...
Apr 1, 1998 11:55 pm
122
Hi NetRexxers, I uploaded version 0.98 of the free, NetRexx written Internet-Tool SurfCompanion: * www-server, hosting * web-agent, offline-reader * search...
Kai Schmidt
serkom@...
Apr 2, 1998 12:59 pm
123
... One could imagine a new "Options C-LikeExpressionEvaluation", but I'd recommend strongly against it. NetRexx benefits heavily from being easy to read, and...
Ross Patterson
Ross_Patterson@...
Apr 2, 1998 4:36 pm
124
We are looking for someone to do a short demonstration of NetRexx application development tools for the Rexx Symposium. We've got several Object Rexx IDE...
Chip Davis
chip@...
Apr 8, 1998 6:14 pm
125
Hi All, I have several(30 or 40) REXX programs that I would like to convert to NetRexx or JAVA. Are there any tools, hints or suggestions for doing this? TIA, ...
Carter Adams
carter@...
Apr 9, 1998 6:44 pm
126
... No automated tools that I know of, although if they are simple Rexx procedure, it will be dead easy. -- dIon Gillard Sun Certified Java 1.1 Programmer ...
dIon Gillard
dion@...
Apr 10, 1998 1:26 pm
128
The NetRexx compiler is now available as part of the VM/ESA operating system. See: http://www.vm.ibm.com/vm230 for details. - - - - - - - - - - - - - - - - -...
Mike Cowlishaw
mfc@...
Apr 11, 1998 11:16 am
129
... WINGEDIT is an excellent IDE that understands NetRexx. Their homepage is at www.wingsoft.com. Real nice people there... -- ...
Jerry McBride
mcbrides@...
Apr 11, 1998 7:39 pm
131
... Nice reading and VERY impressive. My prefered programming language is now in main stream deployment with a main stream OS... Cooolll... -- ...
Jerry McBride
mcbrides@...
Apr 12, 1998 5:40 am
132
Anyone else here writing text mode applications using NetRexx? I'd like to compare notes and bugs in writing CLI, NR1130 and JDK114+031998. Anyone? Basically,...
Jerry McBride
mcbrides@...
Apr 12, 1998 6:56 am
133
Ahh, Thanks for the backup, Tony. No, I haven't had the need to toggle anything in system.properties, so I've left alone. You think, maybe, something is ...
Jerry McBride
mcbrides@...
Apr 13, 1998 2:10 pm
135
Hi NetRexxers, If I could find someone who can answer my humble NetRexx question. In Basic , I could LET a=2 LET b=3 CALL CALC(a, b, added, substracted) PRINT...
kikuchi
kikuti@...
Apr 14, 1998 4:32 pm
136
A new version of nrxdoc is now available. Version 0.92 includes: Support for indirect properties Switch to create documentation for public elements only New...
Peter Heuchert
pheuch@...
Apr 14, 1998 5:21 pm
137
May not be the best way, but the following comes to mind: parse value calc(2, 3) with added subtracted From: kikuti@... on 04/14/98 10:17 PM ZE9 To:...
Bruce Weise
BWWEISE@...
Apr 14, 1998 8:10 pm
138
Fellow NetRexxers, This year's Rexx Symposium will feature several NetRexx presentations, not the least of which will be Mike's keynote. There will be people...
Chip Davis
chip@...
Apr 15, 1998 1:53 am
139
From: kikuti@... on 04/14/98 10:17 PM ZE9 ... one ... Looking into my own execs it seems the most pragmatic option is to return an indexed variable...
René Jansen
rvjansen@...
Apr 15, 1998 2:14 am
140
Many thanks to everyone. I will study the examples you all gave me. I would like to have the best processing time, because it's for Japanese chess program. ...
kikuchi, hisashi
kikuti@...
Apr 15, 1998 9:57 am
141
NetRexx 1.132 is now available. This release has just one (major) enhancement: Minor and Dependent classes, which allow access to and creation of Java's...
Mike Cowlishaw
mfc@...
Apr 15, 1998 4:16 pm
142
Hi NetRexxers, With a (ugly) line like content=xxx (see below) in NetRexx Source: [Note the line contains a end-of-block-comment token in quotes] I am able to...
Kai Schmidt
serkom@...
Apr 20, 1998 2:40 pm
143
This behaviour is correct -- quotes are ignored inside comments; consider, for example: a=b/0 /* Isn't this silly? */ - - - - - - - - - - - - - - - - - - -...
Mike Cowlishaw
mfc@...
Apr 20, 1998 4:46 pm
144
Kai Schmidt wrote ... vs ... Please note that what you've written here is (after stripping out the comment) *\r\n" */ which is not valid. Once you're inside a...
Patrick McPhee
pmcphee@...
Apr 20, 1998 5:34 pm
145
Hi everyone, I am getting an ArrayIndexOutOfBoundsException when I try to compile anything using jview.exe from Microsoft's IE 4.01. Sun's java.exe works just...
Matthew Ashton
mashton@...
Apr 21, 1998 1:09 pm
146
I know, I know... Only a doofus would try this, but shouldn't the compiler catch it? -Chip- [N:\nrx]type padtst.nrx say "EOF".left(5,'--') [N:\nrx]nrc padtst ...
Chip Davis
info@...
Apr 22, 1998 9:41 am
147
... Hi, I am working on building a new release of my njpipes port. If you have written any stages for njpipes, and would like them included in the new ...
Ed Tomlinson
tomlins@...
Apr 22, 1998 6:29 pm
148
Re: say "EOF".left(5,'--') Not really. 'left' is just an ordinary method on a class; it takes two strings. Only the method can decide what's valid for it...
Mike Cowlishaw
mfc@...
Apr 22, 1998 6:38 pm
149
For those of us that are writing text mode apps in OS/2 and have noticed the "missing keyboard" bug when executing java apps using the "-norestart" switch on...
Jerry McBride
mcbrides@...
Apr 24, 1998 12:53 am
151
... Hi Mike, I have been having 'fun' enhancing njpipes. Some very nice stuff in the works. specs the ability to code 'pipe, addpipe or callpipe' in a...
Ed Tomlinson
tomlins@...
Apr 26, 1998 5:45 pm
152
... Arg! I _was_ writing a message to signal it to Mike This is not fair. I'll pout :-) More seriously, yes, I agree with you. We should be able to catch ...