One problem with your expressions is that integers in J64 are 8 bytes per number.
----- Original Message ----- From: Anssi Seppälä <[EMAIL PROTECTED]> Date: Friday, December 29, 2006 4:28 pm Subject: [Jgeneral] J64 mapped files > Testing allocating large mapped files with J64: > createjmf_jmf_ 'c:\test.jmf';4 * 300000 * 1200 > (JINT;1200) map_jmf_ 'testjmf';'c:\test.jmf' > testjmf=: 300000 1200$100 20302 1290 > |allocation error > | testjmf =:300000 1200$100 20302 1290 > > I expect that in J64 it is possible to handle huge mapped files.I > do > nut understand why this is not working? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
