bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Execute Each on Enclose '.0' errors out


From: Hans-Peter Sorge
Subject: Execute Each on Enclose '.0' errors out
Date: Sun, 29 Jan 2023 22:15:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

Hi,

I have some bigger data collections to analyze.
Zeros are represented as .000 within the records.

Reading the files with ⎕FIO[49], I get a vector of vector with numbers.

⊃⍎¨ file should return the matrix of numbers.

⍎¨ fails with RANK ERROR on .000

Short extract:


     ⍎¨⊂'.000'
RANK ERROR+
μ-Z__EXEC_EACH_B[4]  ((⊃μ-ZZ)[⎕IO;],' in macro ⍎¨'
                     ^                               ^
     ⍎'.100'
0.1
     ⍎'.000'
SYNTAX ERROR+
     ⍎'.000'

As .100 is quite similar to .000 (in terms of software development :-)
the "⍎-results" should be similar too.

Greetings
Hans-Peter

reply via email to

[Prev in Thread] Current Thread [Next in Thread]