genmod - How can I change the attributes of variables used in genmod Action?

Réponse

You can change the attributes of variables using the attributes parameter. It accepts a list of casinvardesc structures, where each structure defines attributes like format, formattedLength, label, name (required), nfd, and nfl for a variable. Attributes specified on inputs and nominals parameters are ignored.
Did this answer help you?