Link to home
Start Free TrialLog in
Avatar of tatavolk
tatavolk

asked on

Adding and removing strings from a text field.

I have a list of 50 text descriptions. Users can click on one or more headers to display the content n a text field. I'd like to figure out how I can remove particular text segments from the text field when their headers are un-checked. I am thinking of using a numbered array but not sure how to remove a string once it is displayed. Maybe just re-populating the textfield would be easier.
ASKER CERTIFIED SOLUTION
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
when you re-populate the textfield - how are you updating it by removing what was un-checked?