Menu

#31 Get wrong parameter

open
nobody
None
5
2011-04-21
2011-04-21
Anonymous
No

when you have the same parameter name in diferent sections, get the last parameter always:

[SQLSERVER]
Servidor=notemarcos

[Licença]
Servidor=no-net

ini.get( "SQLSERVER", "Servidor") returns no-net instead of notemarcos

Discussion


Log in to post a comment.