Hi Camilo,Have you got exceptions turned on in Acrobat, under Edit ...
Preferences ... JavaScript ... set "When exception is thrown" to
break.The lines assigning lastname and busname look strange as they are
assigning a Boolean expression, you probably want to remove the second "
!= null " on that those lines. Also seems a little strange to start from
i = 1 (not zero).Maybe try adding some app.alert() statements, like
app.alert(lesseeno.somExpression) after you have set the value of
lesseeno Reg...