deletesetting 
Author Message
 deletesetting

L.S.

Is it correct that DeleteSettings in VB4 doesn't work (invalid procedure
call), instead of the example in the HELP-file (F1)

See you



Wed, 18 Jun 1902 08:00:00 GMT  
 deletesetting

?Is it correct that DeleteSettings in VB4 doesn't work (invalid procedure
?call), instead of the example in the HELP-file (F1)

It's been a while but ISTR that the VB4 docs for that
were a little strange.  Check for parentheses.  It
should be something like this:

DeleteSetting appname, section, key

or

Call DeleteSetting(appname, section, key)

not

DeleteSetting (appname, section, key)

--
Paul Marshall



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Invalid procedure Call when using Access95 DeleteSetting

2. DeleteSetting Question

3. DeleteSetting help for newbie

4. DeleteSetting...What am I doing wrong?

5. DeleteSetting

6. deleteSetting gives error in vb4/16

7. Bug in DeleteSetting function

8. DeleteSetting in vb4/16 Syntax Error

9. Help Using Deletesetting with my own Ini files

10. DeleteSetting: Does this work in VB?

11. DeleteSetting Woes (VB4)

12. SaveSetting and DeleteSetting calls

 

 
Powered by phpBB® Forum Software