I’ve been using table cells to gather values, setting the initial value of each cell to “?” to indicate where input is required and clearing it when input starts, with script of the form:
initialCellContent(1,2): when this.cellHasFocus(1,2) “” otherwise “?”
This is fine when the cell is numeric but the “?” did not disappear when the cell was text. In putting an example together to illustrate the point, the “?” is now not appearing at all for the text cell? Help!