bug-apl
[Top][All Lists]
Advanced

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

⎕FIO Buffer limit is 5000 Bytes


From: Hans-Peter Sorge
Subject: ⎕FIO Buffer limit is 5000 Bytes
Date: Thu, 29 Oct 2020 22:22:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

Hi,

the return size from ⎕FIO[24] / ⎕FIO[6] is limited to 5000B:

      long←6000⍴'#'
      Command←'echo "',long,'"'
      Handle←⎕FIO[24] Command
      D←⎕FIO[6] Handle
      ZN←⎕UCS D
      ⍴ZN
5000

Should be: What ever it takes :-)


Regards
Hans-Peter

reply via email to

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