Upper case

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
RuN

Upper case

Post by RuN »

Hi!

Can someone Help Me!

What do I need to make the Script for making that the MovieTitle will be writed UpperCase!

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

Post by antp »

put this between begin and end :

Code: Select all

SetField(fieldOriginalTitle, AnsiUpperCase(GetField(fieldOriginalTitle)));
RuN

Post by RuN »

TNX !!
Post Reply