Right,
must be added two checks for infinite loop:
... or (LineNr > Page.Count);
and test if is mising 'Trama:' marker:
// Test if 'Trama:' missing
if ((PreviousLine = 'Data di uscita: ')
or (PreviousLine = 'Uscita prevista: ')) and (Line <> 'Trama:') then
if (copy(Line,1,6)<>'Trama:') then ...
Search found 16 matches
- 2005-04-14 10:37:47
- Forum: Ant Movie Catalog > Scripts
- Topic: (FILMUP.COM) DELETE THIS THREAD. OLD VERSION -
- Replies: 63
- Views: 12692
- 2005-04-14 08:33:49
- Forum: Ant Movie Catalog > Scripts
- Topic: (FILMUP.COM) DELETE THIS THREAD. OLD VERSION -
- Replies: 63
- Views: 12692
- 2005-04-13 11:54:49
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD][ITA] AFdigitale.it
- Replies: 5
- Views: 2800
- 2005-04-11 16:51:59
- Forum: Ant Movie Catalog > Scripts
- Topic: [UPD][ITA] AFdigitale.it
- Replies: 5
- Views: 2800
[UPD][ITA] AFdigitale.it
Updated script for AFdigitale.it:
- Adapted for tags changements in html code (Original and Translated title)
- Removed tags (like <br>) from Description and Comments
(***************************************************
Ant Movie Catalog importation script
www.antp.be/software/moviecatalog ...
- Adapted for tags changements in html code (Original and Translated title)
- Removed tags (like <br>) from Description and Comments
(***************************************************
Ant Movie Catalog importation script
www.antp.be/software/moviecatalog ...
- 2005-04-06 17:00:24
- Forum: Ant Movie Catalog > Scripts
- Topic: Shared variables with Inner Fuse Pascal 2.8
- Replies: 4
- Views: 1447
- 2005-04-06 13:25:25
- Forum: Ant Movie Catalog > Scripts
- Topic: Shared variables with Inner Fuse Pascal 2.8
- Replies: 4
- Views: 1447
Thanks for answer, Antoine.
Btw, do you have estimated the possibility to use the new Inner Fuse Pascal Script 3.0? http://www.remobjects.com/?ps
Regards
Pivello
Btw, do you have estimated the possibility to use the new Inner Fuse Pascal Script 3.0? http://www.remobjects.com/?ps
Regards
Pivello
- 2005-04-06 09:07:08
- Forum: Ant Movie Catalog > Scripts
- Topic: Shared variables with Inner Fuse Pascal 2.8
- Replies: 4
- Views: 1447
Shared variables with Inner Fuse Pascal 2.8
With Inner Fuse Pascal 2.8 (used by AMC for scripting) is possible to use shared variables as functions parameter like Delphi? :??:
Example:
procedure MyProcedure(var MyString: string);
begin
MyString := MyString + 'add this';
end;
where " var MyString" is variable shared from main script to ...
Example:
procedure MyProcedure(var MyString: string);
begin
MyString := MyString + 'add this';
end;
where " var MyString" is variable shared from main script to ...
- 2005-02-06 21:02:06
- Forum: Ant Movie Catalog > Scripts
- Topic: Script Converter for AMC 3.5 beta
- Replies: 5
- Views: 4577
Script Converter for AMC 3.5 beta
I have written a small ultility for automatic conversion from AMC 3.4.1 scripts to new 3.5 beta format (with integrated editor & properties compiler).
Free download from http://www.geocities.com/zfiles1/ScriptConverter.zip
(Right click on link and 'save as..'; direct click may don't work)
Regards ...
Free download from http://www.geocities.com/zfiles1/ScriptConverter.zip
(Right click on link and 'save as..'; direct click may don't work)
Regards ...
- 2005-02-02 21:11:29
- Forum: Ant Movie Catalog > Scripts
- Topic: [ITA] Is Anyone Able to create a script for www.film.tv.it?
- Replies: 29
- Views: 7028
- 2005-01-31 22:10:43
- Forum: Ant Movie Catalog > Scripts
- Topic: [ITA] Is Anyone Able to create a script for www.film.tv.it?
- Replies: 29
- Views: 7028
Simple script
Below are simple script i made for www.film.tv.it
Use this script as base for your development.
Regards
Pivello
// GETINFO SCRIPTING
// Film.TV.it - by Pivello
(**************************************************
* Movie importation script for: *
* Film.TV.it, http://www.Film.TV.it ...
Use this script as base for your development.
Regards
Pivello
// GETINFO SCRIPTING
// Film.TV.it - by Pivello
(**************************************************
* Movie importation script for: *
* Film.TV.it, http://www.Film.TV.it ...
- 2004-05-18 12:51:45
- Forum: Ant Movie Catalog > Scripts
- Topic: FilmUp.com Script
- Replies: 1
- Views: 1113
- 2004-04-15 10:06:04
- Forum: Ant Movie Catalog > Scripts
- Topic: New script for 35mm.it
- Replies: 7
- Views: 2318
- 2004-04-14 14:49:22
- Forum: Ant Movie Catalog > Scripts
- Topic: Script for AFdigitale.it
- Replies: 2
- Views: 1308
Script for AFdigitale.it
I have written a script for AFdigitale.it.
Regards
Pivello
// GETINFO SCRIPTING
// AFdigitale.it - by Pivello
(**************************************************
* Movie importation script for: *
* AFdigitale.it, http://www.AFdigitale.it *
* *
* (c) 2004 Pivello *
* *
* 14.04.2004 First ...
Regards
Pivello
// GETINFO SCRIPTING
// AFdigitale.it - by Pivello
(**************************************************
* Movie importation script for: *
* AFdigitale.it, http://www.AFdigitale.it *
* *
* (c) 2004 Pivello *
* *
* 14.04.2004 First ...
- 2004-04-14 14:21:56
- Forum: Ant Movie Catalog > Scripts
- Topic: New script for 35mm.it
- Replies: 7
- Views: 2318
- 2004-04-14 09:31:08
- Forum: Ant Movie Catalog > Scripts
- Topic: New script for 35mm.it
- Replies: 7
- Views: 2318
Some updates...
Two updates for my 35mm script:
- Added test for 35mm Apache Server down (or not available, like tonight)
- Removed extra '<br>' from Comments field
Regards
Pivello
- Added test for 35mm Apache Server down (or not available, like tonight)
- Removed extra '<br>' from Comments field
Regards
Pivello
- 2004-04-12 13:34:21
- Forum: Ant Movie Catalog > Scripts
- Topic: New script for 35mm.it
- Replies: 7
- Views: 2318
New script for 35mm.it
Hello, this is my first post. :)
The 35mm.it script is no longer working... because the site has moved form old .XTML to new .JSP pages.
I have rewritten the script for 35mm.it:
// GETINFO SCRIPTING
// 35mm.it - by Pivello
(**************************************************
* Movie ...
The 35mm.it script is no longer working... because the site has moved form old .XTML to new .JSP pages.
I have rewritten the script for 35mm.it:
// GETINFO SCRIPTING
// 35mm.it - by Pivello
(**************************************************
* Movie ...