[Req] Script for the DB

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
poopa
Posts: 5
Joined: 2002-06-03 14:16:02

[Req] Script for the DB

Post by poopa »

Hi,
I need to transfer all info from language field to translated title field.
How do I do that?

Thanks
antp
Site Admin
Posts: 9630
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

program NewScript;
begin
SetField(fieldTranslatedTitle, Getfield(fieldLanguages));
end.
Post Reply