Code: Select all
repeat for each field tClearField in group "displayGrp" -- put the name of the field into tClearField
put "" into field tFieldClear -- clear the field
end repeat
I'm not sure where to go with this, the other thing I've tried for debugging purposes is:
Code: Select all
answer the number of fields in group "displayGrp"
How could I get this to work?