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 746 - 775 of 5366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
746
Ian, I suspect that your problem may be related to the rule that []DQ terminates if: a) none of the objects specified in its right argument exist (i.e. it...
Peter Donnelly
dyalogpete
Offline Send Email
Jun 1, 2004
11:23 am
747
Hello Everyone, I have a question regarding the Finnish APL idiom list. (The link to the list is http://www.pyr.fi/apl/texts/Idiot.htm.) Given the idiomatic...
Enigmaticsolution1
sleekelite3
Offline Send Email
Jun 1, 2004
1:53 pm
748
I think the phrase "X"D1; Y"D1 " means Doubleword or floating-point. Given APL' s facility with numbers, I would just take it to mean numeric. ... From:...
Randy MacDonald
rando0227
Offline Send Email
Jun 1, 2004
2:09 pm
749
Onyeama, given a series of observations Y vs X (2 vectors) this expression returns what would be expected to be seen at X (the Y values) IF we considered the...
Dan Baronet
dbaronet
Offline Send Email
Jun 1, 2004
2:16 pm
750
HI: Does anyone know where I find the table of definitions of the: A1, B1, A2, D1, etc. that this idiomlist uses to identify arguments? I assume they mean Any...
Brooke Allen
brookea@...
Send Email
Jun 1, 2004
4:16 pm
751
Here's what my printed idiom list from 1982 says: Naming conventions of data objects: X, Y arguments G, H parameters A, B intermediate results etc. Data...
rolf_tomas_gustafsson
rolf_tomas_g...
Offline Send Email
Jun 1, 2004
8:44 pm
752
All, I am considering purchasing the Samsung I700 Pocket PC phone specifically to run Pocket APL. It runs Windows 2002 Pocket PC Phone edition on an 300MHz...
shannonwolfstar
Offline Send Email
Jun 2, 2004
2:21 am
753
Hi all, thought I would write and see what everyone thinks about the concept of an APL workspace. I don't know too much about the purpose of a workspace other...
bondtrails
Offline Send Email
Jun 2, 2004
4:09 am
754
Hi Carlos, In most cases, I would agree with you. However, there are situations, especially if several APL systems are running on a machine and competing with...
Morten Kromberg
morten_kromberg
Offline Send Email
Jun 2, 2004
8:46 am
755
Dyalog differs between: The requested memory size (private bytes), defined by the maxws= environment parameter plus 2..3 MByte used by the exe,dlls, and...
Peter-Michael Hager
pm_hager
Offline Send Email
Jun 2, 2004
10:59 am
756
Thank you for your help. - In dyalogusers@yahoogroups.com, "rolf_tomas_gustafsson" ... link...
Enigmaticsolution1
sleekelite3
Offline Send Email
Jun 2, 2004
12:51 pm
757
It looks like there is something wrong with []TRAP in Dyalog 9-10. from Help file: ... A convenient way of cancelling a []TRAP definition is: ...
Alexander Balako
balako
Offline Send Email
Jun 2, 2004
2:01 pm
758
Hi Alex, I can reproduce this if I localize []TRAP in foo. This is the intended behaviour, the way error trapping is defined, the system keeps searching up the...
Morten Kromberg
morten_kromberg
Offline Send Email
Jun 2, 2004
2:22 pm
759
Thanks Morten, I also found it in the help file: When an event occurs, the system searches for a trap definition for that event. The most local []TRAP value...
Alexander Balako
balako
Offline Send Email
Jun 2, 2004
4:42 pm
760
I will also say fragmentation of memory is less in case of static allocation. In case of dynamic allocation you will measure available memory by available...
Alexander Balako
balako
Offline Send Email
Jun 2, 2004
5:56 pm
761
Pete - KCI is planning on sending at least 1 person. Regards, Max ________________________________ From: Peter Donnelly [mailto:pete@...] Sent:...
Max Kay
maxjoelkay
Offline Send Email
Jun 4, 2004
5:38 pm
762
Forum, Does anyone know how to start a external program and just continue exection (i.e. don't wait for output)? []CMD waits for output, even if I use the...
Daniel Bron
danjbron
Offline Send Email
Jun 4, 2004
6:15 pm
763
Seems to work OK in Dyalog APL/W Version 9.0.5 under win 98 Don't know about XP &c but how about []CMD&'program' putting it in another thread and forgetting...
Phil Last
aphillast
Offline Send Email
Jun 4, 2004
7:04 pm
764
Phil, I tried that, it didn't work. Thanks for the help, though. -Dan ... From: Phil Last [mailto:phil.last@...] Sent: Friday, June 04, 2004 3:01 PM...
Daniel Bron
danjbron
Offline Send Email
Jun 4, 2004
7:09 pm
765
Use the windows shell obejct. 'wsh'[]wc'OLEClient' 'WScript.Shell' a<=wsh.Run'notepad' or wsh.Exec'notepad' Norbert ... continue exection (i.e. don't wait for...
Norbert
norbert_jurk...
Offline Send Email
Jun 4, 2004
9:04 pm
766
If you put a quote quote at the end then it works OK; []CMD 'notepad' '' but I like Norbert's solution. Graeme. ... From: Daniel Bron...
Graeme Robertson
graemedrober...
Offline Send Email
Jun 4, 2004
9:15 pm
767
Use WinExec? []NA'I kernel32|WinExec <0T I4' then WinExec '"C:\notepad.exe"' 1 / Tomas ... exection (i.e. don't wait for output)? []CMD waits for output, even...
rolf_tomas_gustafsson
rolf_tomas_g...
Offline Send Email
Jun 5, 2004
12:24 am
768
For the record, there are two distinct forms of []CMD. If you call []CMD with a character vector, it uses cmd.exe (the "DOS" command processor) to execute the...
Peter Donnelly
dyalogpete
Offline Send Email
Jun 5, 2004
9:18 am
769
I also think Norbert's solution is the best since it also allows you poll the Status property of the Exec object returned from the Shell.Exec method. Then if...
David.Toop
x7dct
Offline Send Email
Jun 5, 2004
9:43 am
770
Hi Sorry that this is message is not APL related. All messages sent from Yahoo groups (such as Dyalogusers) to email addresses at compuserve.com are being...
Ray Cannon
ray_cannon_apl
Offline Send Email
Jun 6, 2004
1:02 pm
771
Though I am (no longer) a compuserve user, I often have similar problems with yahoo group mails, out of the fact that many span mails are sent out by yahoo ...
Peter-Michael Hager
pm_hager
Offline Send Email
Jun 6, 2004
3:53 pm
772
Max, Thank you for your support. Would you be interested in giving a presentation on Control ?. I am sure that it would be of great interest to delegates. Best...
Peter Donnelly
dyalogpete
Offline Send Email
Jun 7, 2004
8:23 am
773
Does anyone know how to change the shape of the input cursor (i.e. not the mouse cursor) in an Edit object? -- John Sullivan...
John Sullivan
budgie692002
Offline Send Email
Jun 11, 2004
8:37 pm
774
You can use the CursorObj property of the Edit object. 'f'[]WC'Form' 'f.e'[]WC'Edit' f.e.CursorObj<-1 Hover mouse over Edit object, then do it again with ...
Graeme Robertson
graemedrober...
Offline Send Email
Jun 11, 2004
10:00 pm
775
In message <000001c44fff$7702e630$6402a8c0@graemexp>, Graeme Robertson <GraemeDR@...> writes ... I've tried that, and that changes the mouse cursor....
John Sullivan
budgie692002
Offline Send Email
Jun 12, 2004
8:20 am
Messages 746 - 775 of 5366   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