StringUtils1.pas version 7 !!!

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
Elcoco
Posts: 17
Joined: 2008-06-30 08:55:27

StringUtils1.pas version 7 !!!

Post by Elcoco »

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
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

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

Post by bad4u »

It's probably because StringUtils1.pas includes history up to V6 only, and that confuses people I guess:

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
}
The variable

Code: Select all

const StringUtils1_Version = 7;
might not be self-explaining for everyone, or is just overseen. Maybe add v.7 to history and to [Info] section ? ;)
edwoody
Posts: 1
Joined: 2009-11-01 16:40:23

Post by edwoody »

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.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

bad4u wrote:It's probably because StringUtils1.pas includes history up to V6 only, and that confuses people I guess:
Indeed, I'll correct that
Elcoco
Posts: 17
Joined: 2008-06-30 08:55:27

Post by Elcoco »

j'ai fait comme toi edwoody et tout est OK

Désolé, Antp j’ai foiré dans mes recherches, mea culpa c’est de ma faute

merci à tous,

Elcoco :??:
Post Reply