After creating an infopad, its cells are automatically allocated and their slots automatically initialized to the value 0 for numeric slot types (int, float), as well as empty string (" ") for string slot types. We recommend, however, you initialize its values (slots of its cells) using an explicit initialization function setAll(), or some loop statement, inside the initialize{} section.