une petite énigme pour les développeurs (Antoine, Soulsnake...)
vous en pensez quoi de ce petit script
Code: Select all
(***************************************************
Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/
[Infos]
Authors=scorpion7552
Title=testrating
Description=
Site=
Language=EN
Version=1.0
Requires=3.5.0
Comments=
License=This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
GetInfo=1
[Options]
***************************************************)
program testrating;
//------------------------------------------------------------------------------
// start here
//------------------------------------------------------------------------------
var
Value : string;
begin
value :='8.7';
setfield(fieldrating, Value);
showmessage('valeur = '+Value+#13#10+'getfield = '+getfield(fieldrating)+#13#10+'et regardez la note ...');
end.