Sort of gone Ben Langhinrichs 5.Nov.02 01:44 PM Lotus Notes Domino Designer 6.0All Platforms
Interim results in a formula can be greater than 64KB, but the end result of the formula cannot. Thus, in a case such as
@Trim(@Replace(@DbLookup(...); skip_list; ""))
in R5, this would fail if the result of the @DbLookup were greater than 64KB, but in ND6, it will not fail unless the end result is greater than 64KB, which actually gives you lots of ways of splitting up large result sets.