************************************** New York Dyalog APL User Group Meeting ************************************** The New York Dyalog User's Group (NY-DAUG)...
Hi Jim, On Unicode: We are planning a version 11.0.1 which will be the version which we burn onto CDs and ship at the end of November. This version will...
I try to use Windows.Forms to create PictureBox with Scroll Bars. I found an example from .NET SDK Documentation, but I don't know how to create the following...
... This might be going off on a tangent but I might as well ask this now: How are you planning on handling unicode strings when in memory? Are you just going...
Kimmo, have you tried: PBox.Controls.AddRange enclose vScroll,hScroll ? I tried and it doesn’t crash, though I cannot tell whether it’s right or wrong...
Michael, You say that you are passing two ranges as arguments, but it seems to me that you are really passing in two individual cells, not really "ranges" of...
David, I am passing ranges and it works! If yo have the #.ServerNS.[range]-variable in APL, this is a refence to the range that was passed to your function -...
Joakim, You are not on a tangent at all; you have listed a number of key design decisions which we will have to make for version 11.1. We still have a lot of...
Michael, thanks very much. I thought I HAD tried that and it had failed, but I must have been making some other obscure mistake (real pain in the neck to...
Hi all, I'm pretty sure that you can't do this. The things that you can change from an Excel function being called from a worksheet recalculation are very...
David, ... Yes, you are right, it also requires Ctrl-Shift-Enter, I knew that and had used that keystroke - only I didn't highlight the target-range. ... Then...
vielen, vielen dank! Ich wurde es versuchen...david ... cell ... the ... the ... shft- ... and had ... there ... from ... at least it ... that there ... bad...
... Reading that article again, I just noticed the author has also opened an project on sourceforge for this stuff, so all required downloads are there and the...
In response to Morten: Not doing normalisation by default is probably a good idea. There are different ways to normalise and you might need control over how...
Joakim, Thanks again for the input. We still have lots of discussing to do but my personal guess is that we will (unfortunately) need to have two different...
Morten Kromberg wrote: Joakim,  Thanks again for the input. We still have lots of discussing to do but my personal guess is that we will (unfortunately)...
You seem to suggest that there needs to be a one-byte-per-code-point Unicode string type. I don't think that should be necessary. What are the "common"...
Quick suggestion, not sure if it helps (I know very little on the subject): 'Single quotes' for []AV strings (as at present), "double quotes" for 1- 2- and...
... Have you been writing in Ruby recently Ray? It uses single quoted strings as (essentially) fix string literals. Double quoted strings are permitted to...
That 'double quote as evaluatable' concept is also present in Perl, and it may have originated there. BTW, does Ruby implement the concept of adverbs? ... ...
After replacing a DLL file on disk (for consuming a web service), the old DLL is still being used. A new process will use the new DLL, but the live server...
... Doh! I should have mentioned that too, but Ruby has odd bits in double-quoted strings like a " thing #{another thing}" evaluates the embedded curly almost...
... By adverb you mean, APL's defined operators? In other words, function which take functions as arguments? I guess talking about Ruby is a bit off-topic....
... In fact I think they admit they nicked the idea from Smalltalk I like the construct "string" if test, which looks awfully list "slash commute" to me. ... ...
... Have you been writing in Ruby recently Ray? It uses single quoted strings as (essentially) fix string literals. <snip> Chris. < I looked at Ruby about two...
Hello Chris; What definition of adverb would make the answer "yes?" ... From: Chris Hogan To: dyalogusers@yahoogroups.com Sent: Tuesday, November 14, 2006 1:17...
Hello Chris; Is there a large list of parsing rules that would tell me that it is not -|150 ? ... I'll stick to using a diamond. hiho. ... From: Chris Hogan ...
Hello Stefano; So, in Ruby, I can somehow do: '... code ....' ofEach collection Although entangling me in more detail. I guess that works. (I would include...