|
From: | Dr . Jürgen Sauermann |
Subject: | Re: Execute Each on Enclose '.0' errors out |
Date: | Mon, 30 Jan 2023 08:34:00 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.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
[Prev in Thread] | Current Thread | [Next in Thread] |