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