Split in java script

am using the below java script code for splitvar lookupResult = dbLookup(“”,lookupDb, lookupView,lookupKey, ‘1’);

var lookupResult = lookupResult;



lookupResult = lookupResult.split(";");

if the looupresult is less than 3000 it work fine if it exceed then it create problem any idea why it has issue

thanks

soma

Subject: More info needed

3000 what? Bytes? Entries?And what does it do? Only return some of the array? none of it? Errors out?

Subject: Yes, it’s something in your dblookup function.