Valiuks
Active member
- Joined
 - Sep 9, 2018
 
- Messages
 - 25
 
- Reaction score
 - 4
 
hi original opcode is
0AF4: 0@v = read_string_from_ini_file "cleo\config.ini" section "SectionName" key "stringKey"
but i need something to look like this
0AF4: 0@v = read_string_from_ini_file "cleo\config.ini" section "SectionName" key 1@
and it doesn't work. my question is it possible to make this opcode that key into variable or not?
yeah and my 1@ is going to be integer so overtime in a loop i will add 1@ + 1
			
			0AF4: 0@v = read_string_from_ini_file "cleo\config.ini" section "SectionName" key "stringKey"
but i need something to look like this
0AF4: 0@v = read_string_from_ini_file "cleo\config.ini" section "SectionName" key 1@
and it doesn't work. my question is it possible to make this opcode that key into variable or not?
yeah and my 1@ is going to be integer so overtime in a loop i will add 1@ + 1