Fabrizio Diversi schreef: > > Does exist a limit about the number of array items that > mawdraw can display ? >
I did some further testing on Mawdraw. Mawdraw seems to have a 32K limit for 2nd & 3rd dimensions and not the 65K limit of S'Basic. I tried arrays with items from 10 to 100 chrs and came to the following limitation: (rows x length) + (2 x rows) must be less than 32768 In the example this comes to 480 x 80 + 960 = 39360, well above what Mawdraw can handle. The program doesn't crash but the display is a mess. For 10 chr items this will allow for 2720 rows, for 50 chr items this will be 630 rows and for 80 chr items this will drop to 399 rows max. So anyone programming with EasyPtr should check for this. Bob Spelten -- Gemaakt met Opera's revolutionaire e-mailprogramma: http://www.opera.com/mail/ _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
