Search found 14 matches
- Wed Nov 25, 2020 6:30 pm
- Forum: macOS
- Topic: weird behavior of Dyalog 18.0 under Catalina
- Replies: 2
- Views: 18296
weird behavior of Dyalog 18.0 under Catalina
I'm not sure if I'm posting this in the right place, but I am getting some weird behavior with Dyalog 18.0 under Mac OS Catalina. Namely, each time I edit a function using ∇FUNC[⎕] the comment line in line 1 that I have written moves one character over to the right more than the previous time I ope ...
- Thu Feb 13, 2020 3:00 pm
- Forum: APLX
- Topic: replacement for quad-CC
- Replies: 11
- Views: 144938
Re: replacement for quad-CC
I am using Dyalog APL/S-64 Version 17.0.36563
Unicode Edition on MacOS Mojave 10.14.6.
Unicode Edition on MacOS Mojave 10.14.6.
- Sat Feb 01, 2020 8:30 pm
- Forum: APLX
- Topic: replacement for quad-CC
- Replies: 11
- Views: 144938
Re: replacement for quad-CC
Unfortunately this suggestion does not work for me. I get no intermediate output at all; it all appears at once and doesn't look like what you said:
∇GO
[1] ⍞←'abc' ⋄ ⎕DL 1 ⋄ ⍞←⎕UCS 8 ⋄ ⎕DL 1 ⋄ ⍞←'def'
[2] ⍞←'abc' ⋄ ⎕DL 1 ⋄ ⍞←⎕UCS 8 0 8 ⋄ ⎕DL 1 ⋄ ⍞←'def'
[3] ∇
GO
abcdefabcdef
∇GO
[1] ⍞←'abc' ⋄ ⎕DL 1 ⋄ ⍞←⎕UCS 8 ⋄ ⎕DL 1 ⋄ ⍞←'def'
[2] ⍞←'abc' ⋄ ⎕DL 1 ⋄ ⍞←⎕UCS 8 0 8 ⋄ ⎕DL 1 ⋄ ⍞←'def'
[3] ∇
GO
abcdefabcdef
- Fri Jan 24, 2020 1:21 pm
- Forum: APLX
- Topic: replacement for quad-CC
- Replies: 11
- Views: 144938
Re: replacement for quad-CC
Unfortunately I still can't get what I want to work. I'd like to output the letters 'abc' on one line of code, with no carriage return, then later output one backspace with no carriage return, then later output 'def' and have it appear finally as 'abdef'. I just want to output these to the APL ...
- Fri Dec 20, 2019 9:58 pm
- Forum: macOS
- Topic: Dyalog under OS Catalina
- Replies: 7
- Views: 33590
Re: Dyalog under OS Catalina
How come no one at Dyalog has answered this?
- Tue Nov 19, 2019 12:48 pm
- Forum: macOS
- Topic: Dyalog under OS Catalina
- Replies: 7
- Views: 33590
Dyalog under OS Catalina
Has there been any progress on notarizing Dyalog with Apple so it will run OK under OS Catalina,
as discussed in
viewtopic.php?f=22&t=1563
?
as discussed in
viewtopic.php?f=22&t=1563
?
- Mon Sep 16, 2019 8:29 am
- Forum: New to Dyalog?
- Topic: Saving workspace with )SI
- Replies: 3
- Views: 19485
Re: Saving workspace with )SI
Great, thanks! (Using on a Mac, btw.)
Is there some option I can set so that the editing window will not appear when I do an interrupt?
Is there some option I can set so that the editing window will not appear when I do an interrupt?
- Mon Sep 16, 2019 8:19 am
- Forum: New to Dyalog?
- Topic: Saving workspace with )SI
- Replies: 3
- Views: 19485
Saving workspace with )SI
What's the trick to saving a workspace where there is something in the state indicator? I run my program, interrupt it with weak interrupt, then try to )SAVE, but it says Cannot perform operation with trace/edit windows open. But closing the window clears the state indicator, which is not what I ...
- Wed Sep 04, 2019 1:52 pm
- Forum: APLX
- Topic: replacement for quad-CC
- Replies: 11
- Views: 144938
Re: replacement for quad-CC
I had been using it to do stuff like the following:
print the letters ABC, then three backspaces, then --- (three minus signs) over what used to be the ABC.
Should I be using ⎕ARBOUT instead?
print the letters ABC, then three backspaces, then --- (three minus signs) over what used to be the ABC.
Should I be using ⎕ARBOUT instead?
- Mon Sep 02, 2019 10:47 am
- Forum: APLX
- Topic: replacement for quad-CC
- Replies: 11
- Views: 144938
replacement for quad-CC
Looks like quad-CC has disappeared (it used to be in APLX). What's the easiest replacement?