Yeah, I guess "most" is vague.
I did check, and Bob Smith's NARS2000 supports double-quotes.
Do you know of APLs beside Dyalog that do not support them?
Search found 12 matches
- Thu Apr 04, 2024 3:55 pm
- Forum: APL Chat
- Topic: Wish List: Support for Double Quotes
- Replies: 6
- Views: 39163
- Wed Apr 03, 2024 3:10 pm
- Forum: APL Chat
- Topic: Wish List: Support for Double Quotes
- Replies: 6
- Views: 39163
Re: Wish List: Support for Double Quotes
Still no progress on this?
In most other APLs, I can say
A←"Don't"
This would be an issue when migrating from APL+Win to Dyalog.
In most other APLs, I can say
A←"Don't"
This would be an issue when migrating from APL+Win to Dyalog.
- Mon Oct 09, 2023 10:14 pm
- Forum: Migrating from other Systems
- Topic: Emulating IBM/APL []TF - Transfer Form
- Replies: 5
- Views: 93207
Re: Emulating IBM/APL []TF - Transfer Form
Thank you , Vince. That works.
A newbie question: How would I have found this on my own?
I don't see it when I execute
A newbie question: How would I have found this on my own?
I don't see it when I execute
]-??
- Sun Oct 08, 2023 9:28 pm
- Forum: Migrating from other Systems
- Topic: GUI Emulation for APL+Win V2
- Replies: 3
- Views: 54406
Re: GUI Emulation for APL+Win V2
Is this something you are looking to sell, or provide as a starting point for others?
Do you have a description written in English?
Do you really mean APL+Win version 2? That is very old. Current version is 19.
Do you have a description written in English?
Do you really mean APL+Win version 2? That is very old. Current version is 19.
- Sun Oct 08, 2023 3:36 pm
- Forum: Migrating from other Systems
- Topic: Emulating IBM/APL []TF - Transfer Form
- Replies: 5
- Views: 93207
Re: Emulating IBM/APL []TF - Transfer Form
Does this repObj function still exist in Dyalog APL/W-64 version 18.2 ?
- Sun Oct 08, 2023 3:06 pm
- Forum: APL Chat
- Topic: How to execute a variable
- Replies: 3
- Views: 37166
Re: How to execute a variable
You used the right word in your subject line.
You want the "execute" primitive ⍎.
If your Y is a character vector like '2021', then you want
M←⍎'CAL',Y
If your Y is an integer like 2021, then you want
M←⍎'CAL',⍕Y
You want the "execute" primitive ⍎.
If your Y is a character vector like '2021', then you want
M←⍎'CAL',Y
If your Y is an integer like 2021, then you want
M←⍎'CAL',⍕Y
- Sat Jul 29, 2023 10:07 pm
- Forum: New to Dyalog?
- Topic: How do I execute Win32 functions?
- Replies: 6
- Views: 109065
Re: How do I execute Win32 functions?
Ha ha -- the usual APL situation:
many possible solutions, quite different from each other.
Thank you, everyone.
many possible solutions, quite different from each other.
Thank you, everyone.
- Thu Jul 27, 2023 3:31 pm
- Forum: New to Dyalog?
- Topic: How do I execute Win32 functions?
- Replies: 6
- Views: 109065
Re: How do I execute Win32 functions?
Thanks a lot -- that will get me started.
- Wed Jul 26, 2023 9:51 pm
- Forum: New to Dyalog?
- Topic: How do I execute Win32 functions?
- Replies: 6
- Views: 109065
How do I execute Win32 functions?
How do I execute Win32 functions? For instance, in APL+Win I can execute the Windows GetTempPath function to query the user's temp directory with: ⎕WCALL 'GetTempPath' 128 (128⍴⎕TCNUL) 32 C:\Users\rex\AppData\Local\Temp\ How does one do this in Dyalog? (I am a very experienced APL programmer, but new ...
- Wed Jul 26, 2023 9:45 pm
- Forum: New to Dyalog?
- Topic: Identify interpreter and version?
- Replies: 3
- Views: 21867
Re: Identify interpreter and version?
That's fine. Thanks a lot.