I have a field symbol, that basically points to a structure. I do not know the names of the fields in the structure, since it's a dynamically created one. I would like to change the contents of the first field (say if it contains X replace with Y). How can I accomomplish this?
It's ok, even if I can create a new field symbol which is a copy of the first one, but with the the first field changed.
Please help!