seanmcdonough
Programmer
i have 2 dynamic text fields.
one will have either nine 1's in them, eight 1's in them,
etc etc, all the way to zero 1's.
something like this "111111111" or "11111111" etc.
i want the other text field to be able to tell me how
many 1's are in the other text field using a switch statement.
so, if there are 8 1's, the other dynamic text field will
show me an 8.
can anyone help?
one will have either nine 1's in them, eight 1's in them,
etc etc, all the way to zero 1's.
something like this "111111111" or "11111111" etc.
i want the other text field to be able to tell me how
many 1's are in the other text field using a switch statement.
so, if there are 8 1's, the other dynamic text field will
show me an 8.
can anyone help?