Skip to Content
0
Former Member
Apr 24, 2009 at 06:17 AM

field assignment

50 Views

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