Hi Brian,
Thank you very indeed. This was is exactly what I need.
Great.
Best regards.
Florian
Search found 28 matches
- Thu Nov 16, 2023 4:21 pm
- Forum: Language
- Topic: Avoid interim variable
- Replies: 2
- Views: 24607
- Wed Nov 15, 2023 2:43 pm
- Forum: Language
- Topic: Avoid interim variable
- Replies: 2
- Views: 24607
Avoid interim variable
Dear all, I have the function leap, that checks if a year is a leap year or not. Now I would like to calculate all leap years from 2023 till 2030. leap←{0≠.=400 100 4∘|⍵} I used this: (leap¨y)/y←2022↓⍳2030 Could this be done simpler without saving the vector of years in y? Thank you very much in adva ...
- Tue Aug 01, 2023 7:32 pm
- Forum: Language
- Topic: Get Dyalog version information in function
- Replies: 3
- Views: 33226
Re: Get Dyalog version information in function
Hi Andy,
Great. Thank you for this interesting solution.
I needed it to decide how to issue some correct system commands.
Best regards
Florian
Great. Thank you for this interesting solution.
I needed it to decide how to issue some correct system commands.
Best regards
Florian
- Fri Jul 28, 2023 1:08 pm
- Forum: Language
- Topic: Get Dyalog version information in function
- Replies: 3
- Views: 33226
Get Dyalog version information in function
Dear all,
Is there a way to get the information from ]version in a function. I would like to know at runtime at which OS I am running on.
Kind regards,
Florian
Is there a way to get the information from ]version in a function. I would like to know at runtime at which OS I am running on.
Kind regards,
Florian
- Fri May 19, 2023 12:23 pm
- Forum: Raspberry Pi
- Topic: Install DYALOG and Ride under BULLSEYE
- Replies: 14
- Views: 166734
Re: Install DYALOG and Ride under BULLSEYE
Hi AndyS,
Sorry it is /opt/ride-4.4/laucher
The same, as mentioned earlier in the thread. It is part of Ride and the installation on the desktop points to that file to start Ride.
BR Florian
Sorry it is /opt/ride-4.4/laucher
The same, as mentioned earlier in the thread. It is part of Ride and the installation on the desktop points to that file to start Ride.
BR Florian
- Mon May 15, 2023 7:07 am
- Forum: Raspberry Pi
- Topic: Install DYALOG and Ride under BULLSEYE
- Replies: 14
- Views: 166734
Re: Install DYALOG and Ride under BULLSEYE
I have further information:
This error is caused by the Lauchner.
./launcher --> Ride is not supported on this platform
Starting directly ./Ride-4.4 --> it works.
BR Florian
This error is caused by the Lauchner.
./launcher --> Ride is not supported on this platform
Starting directly ./Ride-4.4 --> it works.
BR Florian
- Sat May 13, 2023 1:02 pm
- Forum: Raspberry Pi
- Topic: Install DYALOG and Ride under BULLSEYE
- Replies: 14
- Views: 166734
Re: Install DYALOG and Ride under BULLSEYE
Hi,
Today I updated my Raspi Bullseye but Ride doesn‘t start any more.
Version 4.4.3732 says Ride not supported on this plattform.
Any ideas?
BR Florian
Today I updated my Raspi Bullseye but Ride doesn‘t start any more.
Version 4.4.3732 says Ride not supported on this plattform.
Any ideas?
BR Florian
- Fri Apr 07, 2023 8:46 pm
- Forum: Microsoft.NET
- Topic: EXCEL Files under LINUX - XL2APL does not work under 18.2
- Replies: 5
- Views: 104133
Re: EXCEL Files under LINUX - XL2APL does not work under 18.
Hi Richard,
Thank you for the update.
Kind regards,
Florian
Thank you for the update.
Kind regards,
Florian
- Sat Apr 01, 2023 8:53 am
- Forum: Microsoft.NET
- Topic: EXCEL Files under LINUX - XL2APL does not work under 18.2
- Replies: 5
- Views: 104133
Re: EXCEL Files under LINUX - XL2APL does not work under 18.
Hi Morten,
Are there any news on the issue regarding XL2APL?
BR Florian
Are there any news on the issue regarding XL2APL?
BR Florian
- Mon Mar 27, 2023 8:01 am
- Forum: Microsoft.NET
- Topic: EXCEL Files under LINUX - XL2APL does not work under 18.2
- Replies: 5
- Views: 104133
Re: EXCEL Files under LINUX - XL2APL does not work under 18.
Hi Morten, Thank you for taking a look into this issue. ImportSheets is a simple function: wbi←ImportSheets wb ⍝ .-------------------------------------------------------------------------------. ⍝ | Import Excel Sheets | ⍝ ' ...