Search found 69 matches

by jmosk
Mon Mar 11, 2024 2:07 pm
Forum: APL Chat
Topic: Shortcut for Editor Fix function
Replies: 1
Views: 11450

Shortcut for Editor Fix function

Is there a shortcut key to perform the Fix function in the editor? Instead of having to click File/Fix a keystroke would be better.
by jmosk
Sat Mar 09, 2024 5:48 pm
Forum: Migrating from other Systems
Topic: Transferring APL2 workspaces
Replies: 4
Views: 67518

Load fns from another workspacxe

Is there a way to load a function saved in another workspace, into the current workspace? The load command does not support a form like )load workspace-name fns-name.
by jmosk
Sat Mar 09, 2024 5:30 pm
Forum: Installation
Topic: Version 19.0 under windows
Replies: 2
Views: 10426

Version 19.0 under windows

Does Version 19 require Windows 10 or 11? I tried installing it under Windows 7 and received an error saying this 64-bit version was not compatible.
by jmosk
Tue Mar 05, 2024 1:34 am
Forum: APL Chat
Topic: Continue after an Interrupt of a long-running program
Replies: 1
Views: 13819

Continue after an Interrupt of a long-running program

When I have a long-running function and wish to look at the value of variables during its execution, I use the Action/Interrupt from the menu bar. I assumed that the Action/Execute menu function would continue the program after looking at a few things, but that does not appear to be the case. How ...
by jmosk
Sun Mar 03, 2024 3:37 pm
Forum: APL Chat
Topic: Optional output for debugging
Replies: 6
Views: 22137

Re: Optional output for debugging

Yes, but you already taught me you can't do →0 in a dfns.
by jmosk
Sun Mar 03, 2024 3:27 pm
Forum: APL Chat
Topic: Optional output for debugging
Replies: 6
Views: 22137

Re: Optional output for debugging

Thank you, Morten. I couldn't figure out how to eliminate the output if I was not in debug mode and never thought to abort the log function early via the →0 to avoid the output statement completely. And not realizing that →⍬ is a NOP. So many APL tricks, so little time to learn them all.
by jmosk
Sun Mar 03, 2024 3:19 am
Forum: APL Chat
Topic: Optional output for debugging
Replies: 6
Views: 22137

Optional output for debugging

To ensure operations are executing as expected, I place several ⎕←'Value x is',x through a program. I would like to leave all of them in place to assist others in examining the operation of the code if they wish. So I would like to set up a variable 'debug' which is set to 1 to produce debug output a ...
by jmosk
Sat Mar 02, 2024 3:59 pm
Forum: APL Chat
Topic: The train has left the station-how to hang v18.2
Replies: 5
Views: 19766

Re: The train has left the station-how to hang v18.2

Yes, the up-pointing triangle in the lower right of the normal Windows 7 desktop, is where you can select which icons and notifications appear on the taskbar. I changed the setting for Dyalog to "Show icon and notification". Now if I click on the Dyalog icon that now appears on the lower right side ...
by jmosk
Sat Mar 02, 2024 3:27 pm
Forum: APL Chat
Topic: The train has left the station-how to hang v18.2
Replies: 5
Views: 19766

Re: The train has left the station-how to hang v18.2

I am running Windows 7.

I don't understand what you mean about clicking on the taskbar icon to select Strong Interrupt. Where is this icon under Windows 7?

Why does this sequence cause an infinite loop?
by jmosk
Sat Mar 02, 2024 12:55 am
Forum: APL Chat
Topic: The train has left the station-how to hang v18.2
Replies: 5
Views: 19766

Re: The train has left the station-how to hang v18.2

( ) is not needed to cause the infinite loop