Bonjour à tous
Le script « allocine » ne fonctionne plus chez moi, il réclame une version 7 de « StringUtils1.pas ». je ne le trouve pas sur le site sauf en version 6. Quelqu’un peut-il m’aider.
Merci
StringUtils1.pas version 7 !!!
-
antp
- Site Admin
- Posts: 9902
- Joined: 2002-05-30 10:13:07
- Location: Brussels
sur http://update.antp.be/amc/scripts/ et via "update scripts" c'est pourtant bien la version 7... tu la trouves où la 6 ? 
-
bad4u
- Posts: 1148
- Joined: 2006-12-11 22:54:46
It's probably because StringUtils1.pas includes history up to V6 only, and that confuses people I guess:
The variable
might not be self-explaining for everyone, or is just overseen. Maybe add v.7 to history and to [Info] section ? 
Code: Select all
{
History
-------
v.2: Added a version number, few minor changes in the functions,
and the FindLine function used by lots of old scripts (they
would all have to be modified to use this file).
v.3: Added FindFullLine function
v.4: ?
v.5: "FullTrim" rewritten
v.6: "Cp1252ToASCII" added
}Code: Select all
const StringUtils1_Version = 7;-
edwoody
- Posts: 1
- Joined: 2009-11-01 16:40:23
Bonjour,
Pour ma part, j'ai téléchargé ceci :
http://update.antp.be/amc/scripts/StringUtils1.pas
... puis l'ai rajouté dans le dossier "scripts". Depuis, le message d'erreur n'apparaît plus.
Cordialement.
Pour ma part, j'ai téléchargé ceci :
http://update.antp.be/amc/scripts/StringUtils1.pas
... puis l'ai rajouté dans le dossier "scripts". Depuis, le message d'erreur n'apparaît plus.
Cordialement.
-
antp
- Site Admin
- Posts: 9902
- Joined: 2002-05-30 10:13:07
- Location: Brussels
-
Elcoco
- Posts: 17
- Joined: 2008-06-30 08:55:27