Using the document "Dyalog Language Reference" i can look up a function given that i know it's name, or that i can find it's symbol in the table in the ...
You are right. A developer suggestion would be to enter the exact symbol in the help window. So CTRl+i = ⍳ in find tab which would trigger iota help screen....
... Not a function or operator, it is used as a character, which may be used in the names. You may use deltas for your own notation standards, eg. start global...
Your prayers have been answered. The session interface for Dyalog V.11/Unicode and beyond includes the "Language Bar", an array of APL symbols on a toolbar...
Hi Konrad, If you type any one of those three characters into the APL session and hit the F1 key, you should be rewarded with a page from the on-line help on ...
... On my system (Vista) i only get an error message when i try to view those files. Apparently, the format is no longer supported in Vista. Instead, i can use...
Konrad, I'll be in touch on Monday with details on how to upgrade your system to make it work a little better under Vista. Regards, Morten ... From: Konrad...
Morten, ... <snip> (Under Dyalog Version 11.1 - Other versions may differ.) Unfortunately, entering # <F1> etc gets you to "Special Syntax" which lists...
... I'm affraid that, unless you're secretly working for mr Bill, you won't be very successful. The old type of help-files (HLP and CNT) are no longer valid in...
Konrad, Recent versions of 11.0 can indeed work with the CHM files that we have now produced. In version 12.0, we will ONLY produce the CHM's - and all the on...
... I liked that presentation very much. Still haven't gone through the whole thing, it's 80 pages or so! But this far - it's been rewarding. Regards Konrad...
... I'm starting to think i did something stupid when i got the Dyalog software. It doesn't update; not even tries to notify about available upgrades... Am i...
Dyalog does not automatically update itself. There is a tool (workspace "PATCH") which allows users who have support contracts to download and apply patches....
Obviously I am to stupid to master .NET I have written a function to send emails with the help of .NET. Worked for years on several machines under XP and 2000....
... Sorry if this is a stupid question, but: is the .NET Runtime 2.0 installed on the machine where that line fails? -- WildHeart'2k7 - mailto:stf@... My...
Hi I wonder if anyone can help with the following: Given a function - I want a list of all the functions that are either directly or indirectly called by this...
if you are using V11 you may use the Spice command 'calls' as a starting point. It will show you all the calls made by a fn possibly with details regarding...
It may not be completely what you want, but the workspace ...\ws\util contains some functions for this type of analysis, including the FTREE function. You...
I see the list of error messages for file operations but did not see them referenced to the native file commands. I realize some are self explanitory but is...
Hi, If I have a clear workspace I can create a form and use the message box with WAIT and it works fine. If I load a workspace and create a form and then use a...
Hi LA, I think you have found the answer to your question if you investigate the meaning of ⎕WX (by typing ⎕WX in the APL session and hitting F1). If you...
Hi all, There used to be a package (workspace) - maybe even more than one verion - for cross referencing workspaces. In the old times there was no namespace ...