Test.Execute( { Procedure: function() { var charsA = ""; for(var i=0; i < 0x20; i++) charsA += String.fromCharCode(i) addError(charsA); return true; } });