Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Difficult to find bug using new view beta

 [1/2] from: anton::lexicon::net at: 17-May-2002 17:33


Hello people. This caused an error using new view beta: array [(2) 1] ** User Error: Integer size required ** Near: make error! "Integer size required" The solution was to reduce the block: array reduce [(2) 1] == [[none] [none]] Anton.

 [2/2] from: greggirwin:mindspring at: 17-May-2002 11:08


Hi Anton, << This caused an error using new view beta: array [(2) 1] ** User Error: Integer size required ** Near: make error! "Integer size required" The solution was to reduce the block: >> I think that might be due to the new "less agressive evaluation" behavior RT has mentioned. That's my guess anyway. --Gregg