Search the web
Sign In
New User? Sign Up
dyalogusers · Dyalog APL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2207 - 2251 of 5369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2207
Flipdb, my all-D RDBMS is now out of the "technical preview" stage and in the Alpha stage, and I am holding a "bug challenge" on the current feature set which...
Paul S. Mansour
psmansour2000
Offline Send Email
May 2, 2006
6:51 pm
2208
Hi Paul, Congratulations with idea. It is very interesting and creative approach - to hire apl developers to be your best QA team for just 100K. ... whether...
Alexander Balako
balako
Offline Send Email
May 3, 2006
7:06 pm
2209
... Immediately when I read my email, which was just now, and then immediately when I have time to post it, which will be tomorrow morning. ;) However, if, as...
Paul S. Mansour
psmansour2000
Offline Send Email
May 4, 2006
2:38 am
2210
Bad for me as I just finished reading (Russians can't read they assume and do things before reading) through all of your "non-qualifying" rules. I like this...
Alexander Balako
balako
Offline Send Email
May 4, 2006
11:39 am
2211
Hi Buck, Window managers built on top of X have different clipboards that don't always integrate well. To add to the mix, APL/M is built on the MainWin...
Vincent Chan
vince_at_dyalog
Offline Send Email
May 4, 2006
1:00 pm
2212
Hi Vince, ... Yes, I've found that out the hard way. ... So is that the final answer <grin>? No copy/paste between APL/M and anything else? If that's it, I ...
Buck Calabro
starbuck5250
Offline Send Email
May 4, 2006
1:38 pm
2213
I've sent two messages to this board in last couple of days, neither of which have shown up on the yahoo site, which is where I read and send from. Did anyone...
Paul S. Mansour
psmansour2000
Offline Send Email
May 6, 2006
12:46 pm
2214
I had a message dropped on another yahoo group two days ago. ... From: "Paul S. Mansour" <psmansour2000@...> To: <dyalogusers@yahoogroups.com> Sent:...
Maria Wells
mariawellsco...
Offline Send Email
May 6, 2006
1:06 pm
2215
I got this on another group Hi Folks, Should have posted this earlier, but I wanted to let everyone know That we are aware of the delays in email delivery that...
Jane Sullivan
budgie692002
Offline Send Email
May 6, 2006
3:22 pm
2218
Hi We have had two spam messages from the same person in the last two days. Is it possible to remove him/her from the list, please? From: "devser_2006"...
Jane Sullivan
budgie692002
Offline Send Email
May 8, 2006
2:47 pm
2219
It's my understanding that the best thing we can each do to is to forward the message to abuse@yahoogroups.com with a complaint that the message is spam /...
J. Merrill
jamesvmerrill
Offline Send Email
May 8, 2006
8:17 pm
2220
Hi, I've been developping (with great enthousiasm) for several years on Dyalog APL 8.2, but as our projet migrated to Dyalog V9.0 (+ .Net), I've come accross a...
rohmer.jean
Offline Send Email
May 10, 2006
2:00 pm
2221
Hi Jean, while ago I also had a problem with a web-server that I wrote and the symptom was also that it stopped working (after a migration from W2k to W2003...
Michael Baas
mibaas
Offline Send Email
May 10, 2006
2:35 pm
2222
I am starting programming in APL (Dyalog APL 10.1) and I need a function to read a text file (.txt or .csv) and save its value into a variable in my program....
Eduardo Dupin
eevdupin
Offline Send Email
May 10, 2006
9:11 pm
2223
... Eduardo, I running out of the office and just saw your email. Quick answer: see the quad functions []NTIE, []NREAD, etc, and try something like: T <- FN...
Paul S. Mansour
psmansour2000
Offline Send Email
May 10, 2006
10:18 pm
2224
Further to Paul's tips, you might also look at the function "getfile" in the supplied sample workspace "dfns.dws". This will give you a nested array of lines...
Mike Day
tonyangelsdad
Offline Send Email
May 11, 2006
9:55 am
2225
I will be out of the office starting 05/11/2006 and will not return until 05/12/2006. I will not have access to email but will check voice mail occasionally. ...
Diane.L.Hymas@...
diane_hymas
Offline Send Email
May 11, 2006
2:53 pm
2226
Hi, Does anyone have experience reading excel worksheets into Dyalog when the worksheets are of unknown content. An expression like: data <- ...
Jim Goff
jimgoff2
Offline Send Email
May 11, 2006
3:11 pm
2227
... Jim, I asked the same question to Pete a while back and he made me notice that Excel won't forgive even its own VBA. In other words: if you write a program...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
May 11, 2006
3:31 pm
2228
[jg] I would want the sheet to be always read and would expect the bad [jg] cells to appear with []null or some sort of place holder. [sf] it's going to...
Jim Goff
jimgoff2
Offline Send Email
May 11, 2006
3:53 pm
2229
... iN„xlCellTypeConstants xlCellTypeFormulas ... iN‡þ„-^/^/0¹°½¨Formula ... rng„SpecialCells XLCELLTYPE xlErrors rng.Value2„'' ... norng„rng ...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
May 11, 2006
3:59 pm
2231
... Funny that I've been fighting the same problem just these days. My solution: a) open the connection with OLE b) try to read the sheet with Value or Value2 ...
V-M Jantunen
vmjantunen
Offline Send Email
May 11, 2006
8:12 pm
2232
DDE??? Whoa. Does that work with VisiCalc? :) ... From: V-M Jantunen <veli-matti.jantunen@...>...
mariawells@...
mariawellsco...
Offline Send Email
May 11, 2006
9:27 pm
2233
If you are not an APL orthodox (and I believe you are not) then the best way is to write a functions in VBA that would read the specified range for you taking...
Alexey Miroshnikov
aim1956
Offline Send Email
May 12, 2006
7:42 am
2235
[Veli-Matti] If you are interested, I could send you a copy... ... Thanks to everyone who responded to this Excel/Dyalog interface question. I'm always open to...
Jim Goff
jimgoff2
Offline Send Email
May 12, 2006
12:24 pm
2247
We are doing a little research into the use of source code management systems (without wanting to define the term very precisely) within the APL community. It...
Morten Kromberg
mkrom_dyalog
Offline Send Email
May 29, 2006
8:16 pm
2248
... I could probably go on and on, but (for now?) just two comments... My favoured approach right now is to have the application code in the workspace. Things...
Dick Bowman
bertybullfrog
Offline Send Email
May 30, 2006
6:44 am
2249
[ mk] ... use of source code management systems ... within the APL ... Responses which only contain a single sentence will also be gratefully received! [ jg]...
Jim Goff
jimgoff2
Offline Send Email
May 30, 2006
10:33 am
2250
Morten Kromberg wrote: We are doing a little research into the use of source code management systems (without wanting to define the term very precisely) within...
John Jacob
jakejbaapl
Offline Send Email
May 30, 2006
10:42 am
2251
Hi all, is there a secret (or obviously documented) way to select a single cell in the grid (using the mouse)? (The idea being to then drag&drop the value to...
Michael Baas
mibaas
Offline Send Email
May 31, 2006
2:29 pm
Messages 2207 - 2251 of 5369   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help