[jawsscripts] Reading or writing entries in external ini files?
- From: Jeet <LoveForAll@xxxxxxxxxxxxxx>
- To: jawsscripts@xxxxxxxxxxxxx
- Date: Mon, 11 Feb 2008 00:42:29 -0800
Hello friends, the folowing function is not compiled,
I am trying to read the entries from an external ini file.
code:
Globals
String Name,
String Ini
Void Function AutostartEvent ()
Let Name = GetAppFilePath ()
Let name = stringChopRight (Name, 3)
Let Ini = Name+"Ini"
EndFunction
;Saystring is used to debug.
Script ToggleEq ()
If IniReadInteger ("1by1", "Eq_Enable", "0", in) ==1 then
SayString ("Eq Disable")
TypeCurrentScriptKey ()
Else
SayString ("Eq enabled")
TypeCurrentScriptKey ()
EndIf
EndScript
it says:
the ini parameter should be of type int,
I tried it as well, no success!
--
Contact:
Direct-cell: +919213153776
Skype:
Jeet.delhi
"The Scourge Of Authoritarianism Is Intellectualism."
----------------------------------------------------------------------
Get a free email address with REAL anti-spam protection.
http://www.bluebottle.com/tag/1
__________
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
- Follow-Ups:
- [jawsscripts] Re: Reading or writing entries in external ini files?
- From: Martin Slack
Other related posts:
- » [jawsscripts] Reading or writing entries in external ini files?
- » [jawsscripts] Re: Reading or writing entries in external ini files?
- » [jawsscripts] Re: Reading or writing entries in external ini files?
- » [jawsscripts] Re: Reading or writing entries in external ini files?
- [jawsscripts] Re: Reading or writing entries in external ini files?
- From: Martin Slack