I have a structure zst with field moisture having value 20 field wellmilled having value 40
I wish to do like this
myfield = 'moisture'
display zst-moisture
myfield = 'wellmilled'
display zst-wellmilled
How to do this pls explain