Tried it this moring, the first go round was coming out N_1, N_11, N_111
rather than N_1, N_2, N_3.Global variables seem to want to be text, and
tried to cast the text as a number without luck.var BldgNumber =
null;BldgNumber= "N_" + autoNumber.value; autoNumber= autoNumber.value +
1;return BldgNumber;