This document contains the latest information about Dyalog APL Version 18.2 Issue 4.
This file is dyalog_readme.htm and is included in the help directory in the Dyalog installation.
The intention is that this I-beam is used early on in your APL process, before you attempt to use a .NET call. The I-beam attempts to start the .NET interface and check that is
is usuable, and it is silent when doing so, except for populating the result.
Note:The result of the first call to ⌶2250 is cached: this means that if you alter the state of .NET on the machine, you will have to start a new APL process before the change is noticed.
The 18.2 documentation is included in the installation images and is available online at https://help.dyalog.com/18.2; the PDFs etc can be found at https://docs.dyalog.com/18.2.
This issue of 18.2 should install on Linux environments running both libncurses 5 and 6; and will run on Raspberry Pi O/S Bookworm.
Early releases of 18.2 had a flaw in the handling of the Create event on ⎕SE. That meant that there was a problem when using Link to launch applications directly from a directory containing source files using the LOAD parameter (see Configuration Parameters -> LOAD in the Dyalog for Microsoft Windows Installation and Configuration Guide).
If you installed 18.2.45351 or earlier then if on Windows you are using your own session file (which will always be the case if APL was installed for all users, because a local copy is made on first use), or on any platform if you have created your own modified session and you want to be able to specify
LOAD=my.directory
then you should do one of the following:
The same applies on Windows if you want to be able to right click on a directory in Windows Explorer in order to Load the contents into APL.
If you do not intend to make use of the LOAD= parameter then you do not need to follow the steps listed above.