Menu

#11 Arrays with more than 64 items are sometimes not supported

open
nobody
None
2015-03-26
2015-03-26
No

Arrays with more than 64 items are not supported like in

if anyof (header :matches "From" [
    "Smith",
    "Meyer",
    "McDaniel"
    ])

(I'm not sure whether this is only with the implementation that we use.)

Discussion


Log in to post a comment.