APL+Win 7.3 Beta (v87.3.01) Release Notes Copyright (c) 2007 APL2000 All Rights Reserved Dec. 6, 2007 This document contains enhancements and bug fixes in the APL+Win 7.3 Beta. Please report any problems or comments with this release to the APLDN forum or support@apl2000.com. Note: This APL+Win beta will expire (stop running) on or about Jan. 15, 2008. Enhancements: ------------- New GetSession method (System Object): Syntax: '#' []WI 'GetSession' sessionid This method returns an edit session designated by sessionid. Sessionid may be either a character vector representation of a session name, or a singleton integer representing an origin 1 index into the result of the sessions property in version 7.2 (see below). sessions property (System Object): Syntax: '#' []WI 'sessions' The session requested may be of type function, matrix, vector, or numeric. The value returned will be a function vector representation ([]VR), character array, character vector, or numeric array respectively. If the requested session does not exist, an empty array (0 0{rho}'') is returned. Bug Fixes: ---------- Interpreter: Addressed problem that caused "[]FREAD {each} arg" to return the argument arg instead of the result from the {each} function. Interpreter: []COPY and []PCOPY system functions reported WS ARGUMENT ERROR. Session: Token searches always start at the beginning of the current line when the cursor is set in the middle. Session: "Replace All", after finding the target, began the replace at the next occurrence instead of the current one. APL GUI: Querying the list property for a style 4 (sorted) combo control did not return a sorted list. APL Grid: Pressing the Enter key in a combo style cell started the dropdown list in the combo cell. APL Grid: The last item in the combo cell in the APL grid did not appear in the cell.