Does anybody know the upper limit for control id values.
For instance I'm generating control id's by mixing $PARAMS eg:-
<control type="label" id="$PARAM[group]$PARAM[subgroup]$PARAM[item]">
which is leading to some large id's like 801101, and wondered what the upper limit is.
For instance I'm generating control id's by mixing $PARAMS eg:-
<control type="label" id="$PARAM[group]$PARAM[subgroup]$PARAM[item]">
which is leading to some large id's like 801101, and wondered what the upper limit is.