Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WritePrivateProfileSection
Message
 
 
À
09/01/2002 01:17:58
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00602370
Message ID:
00602469
Vues:
28
>Hi all,
>
>I use the WritePrivateProfileSection to add a section to an INI file, but it adds the text at the beginning of the file, while I want to add it to the end of file. Any help please?

Hi Jimi,

MSDN Libray (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/regapi_9zu6.asp) states and my test confirm that new section is added at the end of the ini file. Here's function declaration I use in my testing.
DECLARE Long WritePrivateProfileSection IN WIN32API ;
  String lpAppName,  ;
  String lpString,   ;
  String lpFileName
I don't know why it works differently for you.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform