delete all field
Posted: Thu Aug 20, 2015 9:31 am
Hello,
I would like to delete all field that contain the word "ora" in the name,
thanks
I would like to delete all field that contain the word "ora" in the name,
Code: Select all
repeat for the number of field in this card
if the name of fld contains "ora" then
delete fld ...
end if
end repeat