| CODE |
| 0AF0: 8@ = get_int_from_ini_file "CarSpawnerRanges.ini" section "1" key "start" |
It works, when parameter for section is string.
| CODE |
| 0AF0: 8@ = get_int_from_ini_file "CarSpawnerRanges.ini" section 7@ key "start" |
My 7@ is integer.
Executing this code causes crash, so how can I convert integer variable 7@ to any other string e.g 13@
This post has been edited by fastman92 on Monday, Oct 4 2010, 18:32