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.
			
		
		
			- 
				
																			
								poopa							 
									
		- Posts: 5
 		- Joined: 2002-06-03 14:16:02
 		
		
						
						
		
		
						
					
													
							
						
									
						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: 9773
 		- Joined: 2002-05-30 10:13:07
 		
		
											- Location: Brussels
 
												
							- 
				Contact:
				
			
 
				
		
		
						
					
						
		
													
							
						
									
						Post
					
								by antp » 
			
			
			
			
			
			program NewScript;
begin
  SetField(fieldTranslatedTitle, Getfield(fieldLanguages));
end.