antp.be forum
Official Forum
https://forum.antp.be/phpbb3/
a script for delete all the info in the Source field?
https://forum.antp.be/phpbb3/viewtopic.php?t=4797
Page
1
of
1
a script for delete all the info in the Source field?
Posted:
2011-04-15 10:33:14
by
otreux
Someone can help me please?
Posted:
2011-04-15 11:03:32
by
otreux
problem solved with this script:
program NewScript;
begin
SetField(fieldSource, ' ');
end.
if can help someone...bye