Re: Ignoring Diacritics accessing Fixed Field Data

2005-01-13 Thread Ashley Sanders
Hello, The way the 4,4 keys usually work (in our case at least) is that it is the first four characters of the first _word_ of the author and title. So your code will need to take into account titles and names with first words less than 4 characters long. For instance, the work "Foo Bar" by John Do

Removing locally defind non-numeric field

2005-01-13 Thread Jackie Shieh
When exporting records from our current Aleph setup, an FMT field is created. FMT BK I trield to delete it with this script: my $fFMT = $record->field('FMT'); $record->delete_field($fFMT); but kept getting this error message: =