Yes, I did look at other scripts in my installation directory first, and didn't see this either.
Thanks. Worked like a charm.
Search found 8 matches
- 2010-01-05 00:32:45
- Forum: Ant Movie Catalog > Scripts
- Topic: Multiple Arrays, String Comparisons
- Replies: 3
- Views: 1797
- 2010-01-03 06:38:32
- Forum: Ant Movie Catalog > Scripts
- Topic: Multiple Arrays, String Comparisons
- Replies: 3
- Views: 1797
Multiple Arrays, String Comparisons
Hello,
I'm working on a string comparison function based on the Levenshtein algorithm as a ranking between titles that the user can pick from. This needs a two dimensional array.
I've tried:
d: array[0..10][0..10] of integer;
d: array[0..10, 0..10] of integer;
but both give errors (expecting the ...
I'm working on a string comparison function based on the Levenshtein algorithm as a ranking between titles that the user can pick from. This needs a two dimensional array.
I've tried:
d: array[0..10][0..10] of integer;
d: array[0..10, 0..10] of integer;
but both give errors (expecting the ...
- 2010-01-03 02:25:59
- Forum: Ant Movie Catalog > Scripts
- Topic: Scripting over multiple movie entries
- Replies: 1
- Views: 1214
Scripting over multiple movie entries
Hi, I'm writing a script to merge someone elses AMC catalogue (saved as XML) into my catalogue. It pretty much works (very basic).
Is there a file selection dialogue box that I can use, instead of having to ask the user to enter the filename as a string?
If I operate over more than 1 movie entry ...
Is there a file selection dialogue box that I can use, instead of having to ask the user to enter the filename as a string?
If I operate over more than 1 movie entry ...
- 2008-11-04 17:42:45
- Forum: Ant Movie Catalog > Scripts
- Topic: SetField(fieldDate, '') doesn't work
- Replies: 3
- Views: 1620
- 2008-11-03 17:54:53
- Forum: Ant Movie Catalog > Scripts
- Topic: SetField(fieldDate, '') doesn't work
- Replies: 3
- Views: 1620
SetField(fieldDate, '') doesn't work
Because I imported a list of movie titles, they all appear at the same date. I'd like to set the date field to empty (the same as checking the date field on the main database window).
So I wrote a small script:
program ClearDate;
const
dconst = '';
begin
if CanSetField(fieldDate) then
begin ...
So I wrote a small script:
program ClearDate;
const
dconst = '';
begin
if CanSetField(fieldDate) then
begin ...
- 2008-04-28 19:15:05
- Forum: Ant Movie Catalog > Bug reports
- Topic: Statistics Window with no list
- Replies: 8
- Views: 4013
- 2008-04-28 16:51:48
- Forum: Ant Movie Catalog > Bug reports
- Topic: Statistics Window with no list
- Replies: 8
- Views: 4013
- 2008-04-28 13:09:22
- Forum: Ant Movie Catalog > Bug reports
- Topic: Statistics Window with no list
- Replies: 8
- Views: 4013
Statistics Window with no list
When I upgraded from the previous version to the latest 3.5.1.0 (no uninstall was made), going to the statistics window would show me only the total number of movies.
I uninstalled completely, reinstalled (instead of doing the upgrade) and it was there, so I could also look at other things such as ...
I uninstalled completely, reinstalled (instead of doing the upgrade) and it was there, so I could also look at other things such as ...