W
WD
The custom fields that I am currently using have to be
moved to new ones. This I have done. The last leg of the
process that I want to do is to clear the values left
behind in the old fields. My initial approach was to the
something like the following:
for each tsk in tsks
tsk.textn = ""
next tsk
this approach seems to take very long given the projects I
am working with averages over 1200 tasks. Is there a more
efficeint way to do this?
moved to new ones. This I have done. The last leg of the
process that I want to do is to clear the values left
behind in the old fields. My initial approach was to the
something like the following:
for each tsk in tsks
tsk.textn = ""
next tsk
this approach seems to take very long given the projects I
am working with averages over 1200 tasks. Is there a more
efficeint way to do this?