Search found 5 matches

by lew046
19 Mar 2019, 04:09
Forum: Ask for Help (v1)
Topic: read ini file help
Replies: 2
Views: 419

Re: read ini file help

i found this (it seems to be working) OutputVar := IniGetKeys("test.ini", "MySection" , "|") msgbox, %OutputVar% ExitApp ; (¯`·._ (¯`·._ <[Function]> _.·´¯) _.·´¯) ;-- Retrieves all keys in particular secion of a standard format .ini file -- ; OutputVar := IniGetKeys(Filename, Section [, Delimiter])...
by lew046
19 Mar 2019, 03:36
Forum: Ask for Help (v1)
Topic: read ini file help
Replies: 2
Views: 419

read ini file help

Hi! Please somebody help me i would like to read an ini file into dropdown lis options like this the .ini file [Seasons] Summer = {Up}{Right 2}{Down} Fall = {Up}{Left 1}{Down} Winter = {Up }{Right 8}{Down} Spring = {Up}{Right 16}{Down}{Right 8}{Down} instead of this, i would like to read the season ...
by lew046
15 Mar 2019, 13:44
Forum: Ask for Help (v1)
Topic: combobox and variable change
Replies: 5
Views: 700

Re: combobox and variable change

Thanks!
by lew046
15 Mar 2019, 10:51
Forum: Ask for Help (v1)
Topic: combobox and variable change
Replies: 5
Views: 700

Re: combobox and variable change

what is gLabel ?
by lew046
15 Mar 2019, 10:36
Forum: Ask for Help (v1)
Topic: combobox and variable change
Replies: 5
Views: 700

combobox and variable change

Gui, Show , w400 h100, sample gui Gui, Add, ComboBox, x10 y10 w380 Center vDROPDOWN, Red|Green return if DROPDOWN=Red MyString = {Right 3}{Enter} return if DROPDOWN=Green MyString = {Left 2}{Enter} return a:: Send, %MyString% return GuiClose: ExitApp can somebody help why this script not working?

Go to advanced search